Skip to content

Commit

Permalink
add 414 to relevant Swagger endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
jmthibault79 committed Jun 21, 2018
1 parent a78144b commit af9c646
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/resources/swagger/api-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2408,6 +2408,10 @@ paths:
type: file
404:
description: Workspace or entity type does not exist
414:
description: |
URI length exceeds the configured limit of 2048 characters.
Please use the POST endpoint when it's necessary to supply a large number of attribute names.
500:
description: Internal Server Error

Expand Down Expand Up @@ -3561,6 +3565,10 @@ paths:
type: file
404:
description: Workspace or entity type does not exist
414:
description: |
URI length exceeds the configured limit of 2048 characters.
Please use the POST endpoint when it's necessary to supply a large number of attribute names.
500:
description: Internal Server Error
security: []
Expand Down

0 comments on commit af9c646

Please sign in to comment.