Skip to content

Commit

Permalink
Merge pull request #174 from fernandopradocabrillo/common-file-correc…
Browse files Browse the repository at this point in the history
…tions

CAMARA_common.yaml bugs and typos fix
  • Loading branch information
shilpa-padgaonkar authored Apr 29, 2024
2 parents 4dd2d42 + 47c063f commit b16e944
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions artifacts/CAMARA_common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,28 +123,28 @@ components:
$ref: "#/components/schemas/ErrorInfo"
example:
status: 400
code: INVALID_INPUT
message: Schema validation failed at ...
code: INVALID_ARGUMENT
message: Client specified an invalid argument, request body or query param
Conflict:
description: conflict
description: Conflict
content:
application/json:
schema:
$ref: "#/components/schemas/ErrorInfo"
example:
status: 409
code: CONFLICT
message: Schema validation failed at ...
message: Request could not be processed due to a conflict
FailedPrecondition:
description: Failed precondition
content:
application/json:
schema:
$ref: "#/components/schemas/ErrorInfo"
example:
status: 400
status: 412
code: FAILED_PRECONDITION
message: Schema validation failed at ...
message: Request cannot be executed in the current system state.
OutOfRange:
description: Out of Range
content:
Expand All @@ -154,7 +154,7 @@ components:
example:
status: 400
code: OUT_OF_RANGE
message: Schema validation failed at ...
message: Client specified an invalid range
Unauthenticated:
description: Not Authenticated
content:
Expand Down Expand Up @@ -194,7 +194,7 @@ components:
example:
status: 409
code: ABORTED
message: Concurrency conflict.
message: Request aborted.
AlreadyExists:
description: Already Exists
content:
Expand All @@ -206,7 +206,7 @@ components:
code: ALREADY_EXISTS
message: The resource that a client tried to create already exists.
TooManyRequests:
description: Already Exists
description: Too Many Requests
content:
application/json:
schema:
Expand Down

0 comments on commit b16e944

Please sign in to comment.