From 6e10f6f8d91c7e463e442964e1481d4d78e48c5b Mon Sep 17 00:00:00 2001 From: Andor Kesselman Date: Mon, 9 Dec 2024 13:41:19 -0800 Subject: [PATCH] add egfURI parameter to swagger add egfURI requirement to --- api/toip-tswg-trustregistryprotocol-v2.yaml | 22 +++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/api/toip-tswg-trustregistryprotocol-v2.yaml b/api/toip-tswg-trustregistryprotocol-v2.yaml index 17c06fd..9c0c86b 100644 --- a/api/toip-tswg-trustregistryprotocol-v2.yaml +++ b/api/toip-tswg-trustregistryprotocol-v2.yaml @@ -97,6 +97,17 @@ paths: The identifier of the Authorization that is being queried for this Entity. allowReserved: true + - in: query + name: egfURI + required: true + schema: + $ref: '#/components/schemas/Uri' + description: > + The URI-based identifier of the Ecosystem Governance Framework that + the assurance levels apply to. Allows reserved characters per + RFC3986. + Do **NOT** escape the URI. + allowReserved: true responses: '200': description: search results matching criteria @@ -127,6 +138,17 @@ paths: Do **NOT** escape the URI. allowReserved: true + - in: query + name: egfURI + required: true + schema: + $ref: '#/components/schemas/Uri' + description: > + The URI-based identifier of the Ecosystem Governance Framework that + the assurance levels apply to. Allows reserved characters per + RFC3986. + Do **NOT** escape the URI. + allowReserved: true responses: '200': description: search results matching criteria