From 217363ed0ef7aad60e9018a0a589ce31e9683260 Mon Sep 17 00:00:00 2001 From: George J Padayatti Date: Fri, 22 Sep 2023 12:23:48 +0530 Subject: [PATCH] Upd: Add description Signed-off-by: George J Padayatti --- openapi/v2023.8.2/bundled.yaml | 4 ++-- openapi/v2023.8.2/paths/audit/get_consent_record.yaml | 2 +- openapi/v2023.8.2/paths/audit/list_consent_records.yaml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/openapi/v2023.8.2/bundled.yaml b/openapi/v2023.8.2/bundled.yaml index b67ac2a..e0d7f86 100644 --- a/openapi/v2023.8.2/bundled.yaml +++ b/openapi/v2023.8.2/bundled.yaml @@ -73,7 +73,7 @@ paths: get: tags: - audit - summary: Get consent record + description: List consent records parameters: - name: consentRecordId in: path @@ -102,7 +102,7 @@ paths: get: tags: - audit - summary: List all consent records + description: Get consent record responses: '200': description: OK diff --git a/openapi/v2023.8.2/paths/audit/get_consent_record.yaml b/openapi/v2023.8.2/paths/audit/get_consent_record.yaml index 21946d3..d7a73bd 100644 --- a/openapi/v2023.8.2/paths/audit/get_consent_record.yaml +++ b/openapi/v2023.8.2/paths/audit/get_consent_record.yaml @@ -1,7 +1,7 @@ get: tags: - audit - summary: List all consent records + description: Get consent record responses: "200": description: OK diff --git a/openapi/v2023.8.2/paths/audit/list_consent_records.yaml b/openapi/v2023.8.2/paths/audit/list_consent_records.yaml index dc2ce42..e214933 100644 --- a/openapi/v2023.8.2/paths/audit/list_consent_records.yaml +++ b/openapi/v2023.8.2/paths/audit/list_consent_records.yaml @@ -1,7 +1,7 @@ get: tags: - audit - summary: Get consent record + description: List consent records parameters: - name: consentRecordId in: path @@ -24,5 +24,5 @@ get: security: - BearerAuth: [] x-badges: - - color: primary-color # <<< Allowed values (red, green, orange, blue, primary-color) - label: 'Authorised roles: Organisation admin' + - color: primary-color # <<< Allowed values (red, green, orange, blue, primary-color) + label: "Authorised roles: Organisation admin"