From 316c4cf331723f9b2ebd44a684a82da2de797cb0 Mon Sep 17 00:00:00 2001 From: Herbert Damker <52109189+hdamker@users.noreply.github.com> Date: Fri, 9 Aug 2024 12:44:09 +0200 Subject: [PATCH] Aligned sink descritpion between quality-on-demand and qod-provisioning --- code/API_definitions/qod-provisioning.yaml | 2 +- code/API_definitions/quality-on-demand.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/API_definitions/qod-provisioning.yaml b/code/API_definitions/qod-provisioning.yaml index 903f3941f5..9e6ee4fda3 100644 --- a/code/API_definitions/qod-provisioning.yaml +++ b/code/API_definitions/qod-provisioning.yaml @@ -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" diff --git a/code/API_definitions/quality-on-demand.yaml b/code/API_definitions/quality-on-demand.yaml index 4781e10b45..eaa959142c 100644 --- a/code/API_definitions/quality-on-demand.yaml +++ b/code/API_definitions/quality-on-demand.yaml @@ -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.