File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -362,6 +362,23 @@ paths:
362
362
responses :
363
363
' 202 ' :
364
364
description : Routes configuration accepted
365
+ ' 400 ' :
366
+ description : Unable to apply configuration due to missing payloads
367
+ content :
368
+ application/json :
369
+ schema :
370
+ $ref : " #/components/schemas/ErrorResponse"
371
+ example :
372
+ status : 400
373
+ message : missing payloads
374
+ details : " cannot find payload for default method of '/' route: payload with given ID does not exist: u4-i74LliXKedbn40vWj6"
375
+ text/yaml :
376
+ schema :
377
+ $ref : " #/components/schemas/ErrorResponse"
378
+ example :
379
+ status : 400
380
+ message : missing payloads
381
+ details : " cannot find payload for default method of '/' route: payload with given ID does not exist: u4-i74LliXKedbn40vWj6"
365
382
' 422 ' :
366
383
description : Unable to parse request body
367
384
content :
You can’t perform that action at this time.
0 commit comments