Skip to content

Commit

Permalink
Upd: Add organisation URL path
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 21, 2023
1 parent 1564d09 commit f13d602
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion openapi/v2023.8.1/bundled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1365,7 +1365,7 @@ paths:
deprecated: false
security:
- BearerAuth: []
/v1/organisation:
/v1/organisations:
post:
tags:
- onboard
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2023.8.1/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ paths:
$ref: "./paths/onboard/configureOrganisation/organisationType/getDeleteUpdateOrganisationTypeById.yaml"
/v1/organisations/types/{typeId}/image:
$ref: "./paths/onboard/configureOrganisation/organisationType/getAndUpdateOrganisationTypeImage.yaml"
/v1/organisation:
/v1/organisations:
$ref: "./paths/onboard/configureOrganisation/addOrganisation.yaml"
/v1/organisations/{orgId}:
$ref: "./paths/onboard/configureOrganisation/getAndUpdateOrganisation.yaml"
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2023.8.2/bundled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1471,7 +1471,7 @@ paths:
x-badges:
- color: primary-color
label: 'Authorised roles: Organisation admin, Individual'
/v1/organisation:
/v1/organisations:
post:
tags:
- onboard
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2023.8.2/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ paths:
$ref: "./paths/onboard/configureOrganisation/organisationType/getDeleteUpdateOrganisationTypeById.yaml"
/v1/organisations/types/{typeId}/image:
$ref: "./paths/onboard/configureOrganisation/organisationType/getAndUpdateOrganisationTypeImage.yaml"
/v1/organisation:
/v1/organisations:
$ref: "./paths/onboard/configureOrganisation/addOrganisation.yaml"
/v1/organisations/{orgId}:
$ref: "./paths/onboard/configureOrganisation/getAndUpdateOrganisation.yaml"
Expand Down

0 comments on commit f13d602

Please sign in to comment.