Skip to content

Commit

Permalink
Update event-subscription-template.yaml
Browse files Browse the repository at this point in the history
Remove error code 415

request: camaraproject#321 (comment)
  • Loading branch information
bigludo7 authored Oct 29, 2024
1 parent 754f3fd commit c9c187e
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions artifacts/camara-cloudevents/event-subscription-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ paths:
$ref: "#/components/responses/SubscriptionPermissionDenied403"
"409":
$ref: "#/components/responses/Generic409"
"415":
$ref: "#/components/responses/Generic415"
"422":
$ref: "#/components/responses/CreateSubscriptionUnprocessableEntity422"
"429":
Expand Down Expand Up @@ -974,22 +972,6 @@ components:
status: 410
code: GONE
message: Access to the target resource is no longer available.
Generic415:
description: Unsupported Media Type
headers:
X-Correlator:
$ref: "#/components/headers/x-correlator"
content:
application/json:
schema:
$ref: "#/components/schemas/ErrorInfo"
examples:
GENERIC_415_UNSUPPORTED_MEDIA_TYPE:
description: Payload format of the request is in an unsupported format by the Server. Should not happen
value:
status: 415
code: UNSUPPORTED_MEDIA_TYPE
message: The server refuses to accept the request because the payload format is in an unsupported format
CreateSubscriptionUnprocessableEntity422:
description: Unprocessable Entity
headers:
Expand Down

0 comments on commit c9c187e

Please sign in to comment.