From 1ed6e92a49d1a987f1be1718898744ce77f0c2a0 Mon Sep 17 00:00:00 2001 From: Herbert Damker <52109189+hdamker@users.noreply.github.com> Date: Fri, 2 Aug 2024 10:07:41 +0200 Subject: [PATCH] Update quality-on-demand.yaml Addressed review comments --- code/API_definitions/quality-on-demand.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/API_definitions/quality-on-demand.yaml b/code/API_definitions/quality-on-demand.yaml index b18410b09..7b233990b 100644 --- a/code/API_definitions/quality-on-demand.yaml +++ b/code/API_definitions/quality-on-demand.yaml @@ -101,7 +101,7 @@ info: externalDocs: description: Product documentation at Camara - url: https://github.com/camaraproject/ + url: https://github.com/camaraproject/QualityOnDemand servers: - url: "{apiRoot}/quality-on-demand/vwip" @@ -211,6 +211,8 @@ paths: $ref: "#/components/responses/Generic401" "403": $ref: "#/components/responses/Generic403" + "404": + $ref: "#/components/responses/Generic404" "409": $ref: "#/components/responses/SessionInConflict409" "422":