Skip to content

Commit

Permalink
Integrates remarks from @PedroDiez
Browse files Browse the repository at this point in the history
Signed-off-by: Patrice Conil <[email protected]>
  • Loading branch information
patrice-conil committed Aug 2, 2023
1 parent 339a8e2 commit e2418d3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions artifacts/notification-as-cloud-event.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,17 @@ tags:
description: |
Events received on subscription listener side.
paths:
/cloudevents:
/your_webhook_notificationUrl:
post:
tags:
- CAMARA Cloud Event notification endpoint
summary: "Cloud Event notification endpoint to notify consumer that statement of fact had occurred"
description: Cloud Event notification endpoint to notify consumer that statement of fact occurred. This endpoint must be exposed on the consumer side.
operationId: notifyCloudEvent
description: |
INFORMATIVE ENDPOINT: The value of this endpoint is freely declared by each client app by means of resource-based
subscription or instance-based subscription. /your_webhook_notificationUrl is
just a convention naming referring to an absolute URL, indeed the one indicated by API client
in the triggering of the procedure (resource-based or instance-based).
operationId: sendEvent
requestBody:
required: true
content:
Expand Down

0 comments on commit e2418d3

Please sign in to comment.