Skip to content

Commit

Permalink
Aligned sink descritpion between quality-on-demand and qod-provisioning
Browse files Browse the repository at this point in the history
  • Loading branch information
hdamker committed Aug 9, 2024
1 parent 9f62843 commit 316c4cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/API_definitions/qod-provisioning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ components:
sink:
type: string
format: url
description: The address to which events shall be delivered using the selected protocol.
description: The address to which events shall be delivered, using the HTTP protocol.
example: "https://endpoint.example.com/sink"
sinkCredential:
$ref: "#/components/schemas/SinkCredential"
Expand Down
2 changes: 1 addition & 1 deletion code/API_definitions/quality-on-demand.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ components:
sink:
type: string
format: url
description: The address to which events about all status change events of the session (e.g. session termination) shall be delivered.
description: The address to which events about all status changes of the session (e.g. session termination) shall be delivered, using the HTTP protocol.
example: "https://endpoint.example.com/sink"
sinkCredential:
description: A sink credential provides authentication or authorization information necessary to enable delivery of events to a target.
Expand Down

0 comments on commit 316c4cf

Please sign in to comment.