Skip to content

Commit

Permalink
Upd: Summary and description for create data agreement
Browse files Browse the repository at this point in the history
Signed-off-by: George J Padayatti <[email protected]>
  • Loading branch information
georgepadayatti committed Nov 21, 2023
1 parent 6963804 commit cb150c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions openapi/v2023.11.1/bundled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,10 @@ openapi: 3.1.0
paths:
/config/data-agreement:
post:
description: CREATE - Create a new data agreement and returned together with revision
summary: CREATE - Create a data agreement
description: |
This endpoint creates a data agreement for an organisation.
It also returns the latest revision of the created data agreement.
operationId: configCreateAgreement
parameters: []
requestBody:
Expand Down Expand Up @@ -854,7 +857,6 @@ paths:
description: bad input parameter
security:
- BearerAuth: []
summary: CREATE - Create data agreement
tags:
- config
x-specification-crudl-model: DataAgreement
Expand Down
6 changes: 4 additions & 2 deletions openapi/v2023.11.1/paths/configCreateAgreement.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
description: CREATE - Create a new data agreement and returned together with revision
summary: CREATE - Create a data agreement
description: |
This endpoint creates a data agreement for an organisation.
It also returns the latest revision of the created data agreement.
operationId: configCreateAgreement
parameters: []
requestBody:
Expand Down Expand Up @@ -28,7 +31,6 @@ responses:
description: bad input parameter
security:
- BearerAuth: []
summary: CREATE - Create data agreement
tags:
- config
x-specification-crudl-model: DataAgreement
Expand Down

0 comments on commit cb150c4

Please sign in to comment.