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"