Skip to content

Commit

Permalink
Update event-subscription-template.yaml (issue326)
Browse files Browse the repository at this point in the history
Fix #326
  • Loading branch information
bigludo7 authored Nov 18, 2024
1 parent b435e82 commit 8c4fd0a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions artifacts/camara-cloudevents/event-subscription-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,12 @@ externalDocs:
description: Product documentation at CAMARA
url: https://github.com/camaraproject/
servers:
- url: "{apiRoot}/{apiName}/v0.1"
- url: "{apiRoot}/api-name/vx.y"
# api-name and version should valued accordingly to the API
variables:
apiRoot:
default: http://localhost:9091
description: API root
apiName:
default: camaraAPI
description: apiName will be replaced in WG by its value and not modelled as a variable
description: API root, defined by the service provider, e.g. `api.example.com` or `api.example.com/somepath`
tags:
- name: <apiName> Subscription
description: Operations to manage event subscriptions on event-type event
Expand Down

0 comments on commit 8c4fd0a

Please sign in to comment.