Skip to content

Commit

Permalink
Upd: Add description
Browse files Browse the repository at this point in the history
Signed-off-by: George J Padayatti <[email protected]>
  • Loading branch information
georgepadayatti committed Sep 22, 2023
1 parent 42e3620 commit 217363e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions openapi/v2023.8.2/bundled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ paths:
get:
tags:
- audit
summary: Get consent record
description: List consent records
parameters:
- name: consentRecordId
in: path
Expand Down Expand Up @@ -102,7 +102,7 @@ paths:
get:
tags:
- audit
summary: List all consent records
description: Get consent record
responses:
'200':
description: OK
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2023.8.2/paths/audit/get_consent_record.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
get:
tags:
- audit
summary: List all consent records
description: Get consent record
responses:
"200":
description: OK
Expand Down
6 changes: 3 additions & 3 deletions openapi/v2023.8.2/paths/audit/list_consent_records.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
get:
tags:
- audit
summary: Get consent record
description: List consent records
parameters:
- name: consentRecordId
in: path
Expand All @@ -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"

0 comments on commit 217363e

Please sign in to comment.