Skip to content

Commit

Permalink
Update event-subscription-template.yaml for 403
Browse files Browse the repository at this point in the history
  • Loading branch information
bigludo7 authored Jul 19, 2024
1 parent 56ed7a6 commit fc9b611
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions artifacts/camara-cloudevents/event-subscription-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ paths:
application/cloudevents+json:
schema:
$ref: "#/components/schemas/CloudEvent"

responses:
"204":
description: Successful notification
Expand Down Expand Up @@ -157,7 +156,7 @@ paths:
"401":
$ref: "#/components/responses/Generic401"
"403":
$ref: "#/components/responses/SubscriptionPermissionDenied403"
$ref: "#/components/responses/Generic403"
"500":
$ref: "#/components/responses/Generic500"
"503":
Expand Down Expand Up @@ -190,7 +189,7 @@ paths:
"401":
$ref: "#/components/responses/Generic401"
"403":
$ref: "#/components/responses/SubscriptionPermissionDenied403"
$ref: "#/components/responses/Generic403"
"404":
$ref: "#/components/responses/Generic404"
"500":
Expand Down

0 comments on commit fc9b611

Please sign in to comment.