Skip to content

Commit

Permalink
Update quality-on-demand.yaml
Browse files Browse the repository at this point in the history
Remove duplicated responses
  • Loading branch information
jlurien committed Aug 6, 2024
1 parent d3b74b7 commit 46b9988
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions code/API_definitions/quality-on-demand.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1013,38 +1013,6 @@ components:
code: DEVICE_NOT_FOUND
message: Device identifier not found.

Generic404:
description: Not found
headers:
x-correlator:
$ref: "#/components/headers/x-correlator"
content:
application/json:
schema:
$ref: "#/components/schemas/ErrorInfo"
examples:
GENERIC_404_NOT_FOUND:
summary: Generic Not Found
description: Resource is not found
value:
status: 404
code: NOT_FOUND
message: "{{resource}} is not found"

Generic422:
description: Unprocessable entity
headers:
x-correlator:
$ref: '#/components/headers/x-correlator'
content:
application/json:
schema:
$ref: "#/components/schemas/ErrorInfo"
example:
status: 422
code: UNPROCESSABLE_ENTITY
message: "Value not acceptable: ..."

SessionInConflict409:
description: Conflict
headers:
Expand Down

0 comments on commit 46b9988

Please sign in to comment.