diff --git a/openapi/v2023.8.2/bundled.yaml b/openapi/v2023.8.2/bundled.yaml index 15420ba..3ff4f15 100644 --- a/openapi/v2023.8.2/bundled.yaml +++ b/openapi/v2023.8.2/bundled.yaml @@ -126,7 +126,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/users/{userId}/consenthistory': + '/v1/service/users/{userId}/consenthistory': get: tags: - service @@ -166,7 +166,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Individual' - '/v1/organisations/{orgId}/users/{userId}/consents/{consentId}/data-agreements/{dataAgreementId}': + '/v1/service/organisations/{orgId}/users/{userId}/consents/{consentId}/data-agreements/{dataAgreementId}': get: tags: - service @@ -209,7 +209,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Individual' - '/v1/organisations/{orgId}/users/{userId}/consents/{consentId}': + '/v1/service/organisations/{orgId}/users/{userId}/consents/{consentId}': get: tags: - service @@ -246,7 +246,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Individual' - '/v1/organisations/{orgId}/users/{userId}/consents': + '/v1/service/organisations/{orgId}/users/{userId}/consents': get: tags: - service @@ -275,7 +275,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Individual' - '/v1/organisations/{orgId}/users/{userId}/consents/{consentId}/data-agreements/{dataAgreementId}/status': + '/v1/service/organisations/{orgId}/users/{userId}/consents/{consentId}/data-agreements/{dataAgreementId}/status': post: tags: - service @@ -358,7 +358,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Individual' - '/v1/organisations/{orgId}/users/{userId}/consents/{consentId}/data-agreements/{dataAgreementId}/attributes/{attributeId}': + '/v1/service/organisations/{orgId}/users/{userId}/consents/{consentId}/data-agreements/{dataAgreementId}/attributes/{attributeId}': patch: tags: - service @@ -408,7 +408,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Individual' - '/v1/user/organisations/{orgId}/data-status': + '/v1/service/user/organisations/{orgId}/data-status': get: tags: - service @@ -432,7 +432,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Individual' - '/v1/user/organisations/{orgId}/data-delete': + '/v1/service/user/organisations/{orgId}/data-delete': get: parameters: - name: orgId @@ -478,7 +478,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Individual' - '/v1/user/organisations/{orgId}/data-delete/status': + '/v1/service/user/organisations/{orgId}/data-delete/status': get: tags: - service @@ -502,7 +502,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Individual' - '/v1/user/organisations/{orgId}/data-delete/{dataReqId}/cancel': + '/v1/service/user/organisations/{orgId}/data-delete/{dataReqId}/cancel': post: tags: - service @@ -531,7 +531,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Individual' - '/v1/user/organisations/{orgId}/data-download': + '/v1/service/user/organisations/{orgId}/data-download': post: tags: - service @@ -583,7 +583,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Individual' - '/v1/user/organisations/{orgId}/data-download/status': + '/v1/service/user/organisations/{orgId}/data-download/status': get: tags: - service @@ -607,7 +607,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Individual' - '/v1/user/organisations/{orgId}/data-download/{dataReqId}/cancel': + '/v1/service/user/organisations/{orgId}/data-download/{dataReqId}/cancel': post: tags: - service @@ -636,7 +636,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Individual' - /v1/GetUserOrgsAndConsents: + /v1/service/GetUserOrgsAndConsents: get: tags: - service @@ -691,7 +691,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Individual' - /v1/users/admin/login: + /v1/onboard/users/admin/login: post: tags: - onboard @@ -755,7 +755,7 @@ paths: error: invalid_grant error_description: Invalid user credentials deprecated: false - /v1/users/login: + /v1/onboard/users/login: post: tags: - onboard @@ -818,7 +818,7 @@ paths: error: invalid_grant error_description: Invalid user credentials deprecated: false - /v1.1/users/login: + /v1.1/onboard/users/login: post: tags: - onboard @@ -956,7 +956,7 @@ paths: token_type: type: string deprecated: false - /v1/users/validate/email: + /v1/onboard/users/validate/email: post: tags: - onboard @@ -993,7 +993,7 @@ paths: Message: Email address is valid and not in use in our system deprecated: false security: [] - /v1/users/validate/phone: + /v1/onboard/users/validate/phone: post: tags: - onboard @@ -1032,7 +1032,7 @@ paths: Message: Phone number is in use deprecated: false security: [] - /v1/users/verify/phone: + /v1/onboard/users/verify/phone: post: tags: - onboard @@ -1061,7 +1061,7 @@ paths: content: {} deprecated: false security: [] - /v1/users/verify/otp: + /v1/onboard/users/verify/otp: post: tags: - onboard @@ -1104,7 +1104,7 @@ paths: Message: Otp validatiation Succeeded deprecated: false security: [] - /v1/user/password/reset: + /v1/onboard/user/password/reset: put: tags: - onboard @@ -1144,7 +1144,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin, Individual' - /v1/user/password/forgot: + /v1/onboard/user/password/forgot: put: tags: - onboard @@ -1181,7 +1181,7 @@ paths: Message: type: string deprecated: false - /v1/users/logout: + /v1/onboard/users/logout: post: tags: - onboard @@ -1210,7 +1210,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin, Individual' - /v1/users/token: + /v1/onboard/users/token: post: tags: - onboard @@ -1258,7 +1258,7 @@ paths: type: string deprecated: false security: [] - /v1/users/register: + /v1/onboard/users/register: post: tags: - onboard @@ -1299,7 +1299,7 @@ paths: example: msg: User created successfully deprecated: false - /v1/organisations/types: + /v1/onboard/organisations/types: get: tags: - onboard @@ -1374,7 +1374,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin, Individual' - '/v1/organisations/types/{typeId}': + '/v1/onboard/organisations/types/{typeId}': get: tags: - onboard @@ -1483,7 +1483,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organisations/types/{typeId}/image': + '/v1/onboard/organisations/types/{typeId}/image': post: tags: - onboard @@ -1537,7 +1537,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin, Individual' - /v1/organisations: + /v1/onboard/organisations: post: tags: - onboard @@ -1584,7 +1584,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Individual' - '/v1/organisations/{orgId}': + '/v1/onboard/organisations/{orgId}': get: tags: - onboard @@ -1653,7 +1653,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organisations/{orgId}/coverimage': + '/v1/onboard/organisations/{orgId}/coverimage': post: tags: - onboard @@ -1695,7 +1695,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organisations/{orgId}/logoimage': + '/v1/onboard/organisations/{orgId}/logoimage': post: tags: - onboard @@ -1737,7 +1737,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organisations/{orgId}/image/{imageId}': + '/v1/onboard/organisations/{orgId}/image/{imageId}': get: tags: - onboard @@ -1763,7 +1763,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organisations/{orgId}/image/{imageId}/web': + '/v1/onboard/organisations/{orgId}/image/{imageId}/web': get: tags: - onboard @@ -1784,7 +1784,7 @@ paths: description: OK headers: {} deprecated: false - '/v1/organisations/{orgId}/eulaURL': + '/v1/onboard/organisations/{orgId}/eulaURL': post: tags: - onboard @@ -1836,7 +1836,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organisations/{orgId}/admins': + '/v1/onboard/organisations/{orgId}/admins': post: tags: - onboard @@ -1941,7 +1941,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - /v1/organisations/roles: + /v1/onboard/organisations/roles: get: tags: - onboard @@ -1966,7 +1966,7 @@ paths: Role: type: string deprecated: false - /v1/users/unregister: + /v1/onboard/users/unregister: post: tags: - onboard @@ -2005,7 +2005,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin, Individual' - /v1/user/register/android: + /v1/onboard/user/register/android: post: tags: - onboard @@ -2040,7 +2040,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Individual' - /v1/user/register/ios: + /v1/onboard/user/register/ios: post: tags: - onboard @@ -2075,7 +2075,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Individual' - '/v1/user/image/{imageId}': + '/v1/onboard/user/image/{imageId}': delete: tags: - onboard @@ -2116,7 +2116,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin, Individual' - /v1/user/image: + /v1/onboard/user/image: post: tags: - onboard @@ -2153,7 +2153,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin, Individual' - /v1/user: + /v1/onboard/user: patch: tags: - onboard @@ -2214,7 +2214,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin, Individual' - /v1/user/apikey: + /v1/onboard/user/apikey: post: tags: - onboard @@ -2267,7 +2267,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - /v1/user/apikey/revoke: + /v1/onboard/user/apikey/revoke: delete: tags: - onboard @@ -2283,7 +2283,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organisations/{orgId}/idp/open-id': + '/v1/onboard/organisations/{orgId}/idp/open-id': post: tags: - onboard @@ -2299,7 +2299,7 @@ paths: content: application/json: schema: - $ref: '#/paths/~1v1~1organisations~1%7BorgId%7D~1idp~1open-id/put/requestBody/content/application~1json/schema' + $ref: '#/paths/~1v1~1onboard~1organisations~1%7BorgId%7D~1idp~1open-id/put/requestBody/content/application~1json/schema' required: true responses: '201': @@ -2307,7 +2307,7 @@ paths: content: application/json: schema: - $ref: '#/paths/~1v1~1organisations~1%7BorgId%7D~1idp~1open-id/put/responses/200/content/application~1json/schema' + $ref: '#/paths/~1v1~1onboard~1organisations~1%7BorgId%7D~1idp~1open-id/put/responses/200/content/application~1json/schema' deprecated: false security: - BearerAuth: [] @@ -2491,14 +2491,14 @@ paths: content: application/json: schema: - $ref: '#/paths/~1v1~1organisations~1%7BorgId%7D~1idp~1open-id/put/responses/200/content/application~1json/schema' + $ref: '#/paths/~1v1~1onboard~1organisations~1%7BorgId%7D~1idp~1open-id/put/responses/200/content/application~1json/schema' deprecated: false security: - BearerAuth: [] x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organisations/{orgId}/subscription/enable': + '/v1/onboard/organisations/{orgId}/subscription/enable': post: tags: - onboard @@ -2527,7 +2527,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organisations/{orgId}/subscription/disable': + '/v1/onboard/organisations/{orgId}/subscription/disable': post: tags: - onboard @@ -2556,7 +2556,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organisations/{orgId}/subscribe-method': + '/v1/onboard/organisations/{orgId}/subscribe-method': get: tags: - onboard @@ -2626,7 +2626,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - /v1/organisations/subscribe-methods: + /v1/onboard/organisations/subscribe-methods: get: tags: - onboard @@ -2664,7 +2664,7 @@ paths: - ID: 2 Method: OpenID-Connect deprecated: false - '/v1/organisations/{orgId}/subscribe-key': + '/v1/onboard/organisations/{orgId}/subscribe-key': get: tags: - onboard @@ -2699,7 +2699,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organisations/{orgId}/subscribe-key/renew': + '/v1/onboard/organisations/{orgId}/subscribe-key/renew': post: tags: - onboard @@ -2734,7 +2734,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organisations/{orgId}/users/count': + '/v1/onboard/organisations/{orgId}/users/count': get: tags: - onboard @@ -2766,7 +2766,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organisations/{orgId}/subscription': + '/v1/onboard/organisations/{orgId}/subscription': get: tags: - onboard @@ -2793,7 +2793,7 @@ paths: example: Enabled: false deprecated: false - '/v1/organisations/{orgId}/users': + '/v1/onboard/organisations/{orgId}/users': post: tags: - onboard @@ -2911,7 +2911,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organisations/{orgId}/users/{userId}': + '/v1/onboard/organisations/{orgId}/users/{userId}': delete: tags: - onboard @@ -2945,7 +2945,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - /v1/organisations/data-requests: + /v1/onboard/organisations/data-requests: get: tags: - onboard @@ -2972,7 +2972,7 @@ paths: ID: 1 Str: Request initiated deprecated: false - '/v1/organisations/{orgId}/data-requests': + '/v1/onboard/organisations/{orgId}/data-requests': get: tags: - onboard @@ -3021,7 +3021,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organisations/{orgId}/data-requests/{dataReqId}': + '/v1/onboard/organisations/{orgId}/data-requests/{dataReqId}': get: tags: - onboard @@ -3096,7 +3096,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - /v1/organisations/webhooks/event-types: + /v1/config/organisations/webhooks/event-types: get: tags: - config @@ -3134,7 +3134,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - /v1/organisations/webhooks/payload/content-types: + /v1/config/organisations/webhooks/payload/content-types: get: tags: - config @@ -3163,7 +3163,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organisations/{orgId}/webhooks': + '/v1/config/organisations/{orgId}/webhooks': post: tags: - config @@ -3290,7 +3290,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organisations/{orgId}/webhooks/{webhookId}': + '/v1/config/organisations/{orgId}/webhooks/{webhookId}': get: tags: - config @@ -3468,7 +3468,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organisations/{orgId}/webhooks/{webhookId}/ping': + '/v1/config/organisations/{orgId}/webhooks/{webhookId}/ping': post: tags: - config @@ -3520,7 +3520,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organisations/{orgId}/webhooks/{webhookId}/delivery': + '/v1/config/organisations/{orgId}/webhooks/{webhookId}/delivery': get: tags: - config @@ -3585,7 +3585,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organisations/{orgId}/webhooks/{webhookId}/delivery/{deliveryId}': + '/v1/config/organisations/{orgId}/webhooks/{webhookId}/delivery/{deliveryId}': get: tags: - config @@ -3760,7 +3760,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organisations/{orgId}/webhooks/{webhookId}/delivery/{deliveryId}/redeliver': + '/v1/config/organisations/{orgId}/webhooks/{webhookId}/delivery/{deliveryId}/redeliver': post: tags: - config @@ -3794,7 +3794,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organisations/{orgId}/config/policy': + '/v1/config/organisations/{orgId}/config/policy': get: tags: - config @@ -3847,7 +3847,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organisations/{orgId}/data-agreements': + '/v1/config/organisations/{orgId}/data-agreements': post: tags: - config @@ -3922,7 +3922,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organisations/{orgId}/config/data-agreements/{dataAgreementId}': + '/v1/config/organisations/{orgId}/config/data-agreements/{dataAgreementId}': delete: tags: - config @@ -4050,7 +4050,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organisations/{orgId}/data-attributes': + '/v1/config/organisations/{orgId}/data-attributes': post: tags: - config @@ -4125,7 +4125,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organisations/{orgId}/config/data-agreements/{dataAgreementId}/data-attributes': + '/v1/config/organisations/{orgId}/config/data-agreements/{dataAgreementId}/data-attributes': delete: tags: - config @@ -4159,7 +4159,7 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organisations/{orgId}/data-attributes/{dataAttributeId}': + '/v1/config/organisations/{orgId}/data-attributes/{dataAttributeId}': get: tags: - config diff --git a/openapi/v2023.8.2/index.yaml b/openapi/v2023.8.2/index.yaml index 321e28a..ea058cf 100644 --- a/openapi/v2023.8.2/index.yaml +++ b/openapi/v2023.8.2/index.yaml @@ -58,158 +58,157 @@ paths: $ref: "./paths/audit/get_consent_record.yaml" # Service - /v1/users/{userId}/consenthistory: + /v1/service/users/{userId}/consenthistory: $ref: "./paths/service/getConsentHistory.yaml" - /v1/organisations/{orgId}/users/{userId}/consents/{consentId}/data-agreements/{dataAgreementId}: + /v1/service/organisations/{orgId}/users/{userId}/consents/{consentId}/data-agreements/{dataAgreementId}: $ref: "./paths/service/getConsentsByConsentAgreementId.yaml" - /v1/organisations/{orgId}/users/{userId}/consents/{consentId}: + /v1/service/organisations/{orgId}/users/{userId}/consents/{consentId}: $ref: "./paths/service/getConsentsForAllConsentAgreements.yaml" - /v1/organisations/{orgId}/users/{userId}/consents: + /v1/service/organisations/{orgId}/users/{userId}/consents: $ref: "./paths/service/getConsents.yaml" - /v1/organisations/{orgId}/users/{userId}/consents/{consentId}/data-agreements/{dataAgreementId}/status: + /v1/service/organisations/{orgId}/users/{userId}/consents/{consentId}/data-agreements/{dataAgreementId}/status: $ref: "./paths/service/updateConsentForConsentAgreement.yaml" - /v1/organisations/{orgId}/users/{userId}/consents/{consentId}/data-agreements/{dataAgreementId}/attributes/{attributeId}: + /v1/service/organisations/{orgId}/users/{userId}/consents/{consentId}/data-agreements/{dataAgreementId}/attributes/{attributeId}: $ref: "./paths/service/updateConsentForDataAttribute.yaml" - /v1/user/organisations/{orgId}/data-status: + /v1/service/user/organisations/{orgId}/data-status: $ref: "./paths/service/listAllDataRequests.yaml" - /v1/user/organisations/{orgId}/data-delete: + /v1/service/user/organisations/{orgId}/data-delete: $ref: "./paths/service/sendAndGetAllDeleteMyDataRequests.yaml" - /v1/user/organisations/{orgId}/data-delete/status: + /v1/service/user/organisations/{orgId}/data-delete/status: $ref: "./paths/service/getDeleteMyDataRequestStatus.yaml" - /v1/user/organisations/{orgId}/data-delete/{dataReqId}/cancel: + /v1/service/user/organisations/{orgId}/data-delete/{dataReqId}/cancel: $ref: "./paths/service/cancelDeleteMyDataRequest.yaml" - /v1/user/organisations/{orgId}/data-download: + /v1/service/user/organisations/{orgId}/data-download: $ref: "./paths/service/sendAndGetAllDownloadMyDataRequests.yaml" - /v1/user/organisations/{orgId}/data-download/status: + /v1/service/user/organisations/{orgId}/data-download/status: $ref: "./paths/service/getDownloadMyDataRequestStatus.yaml" - /v1/user/organisations/{orgId}/data-download/{dataReqId}/cancel: + /v1/service/user/organisations/{orgId}/data-download/{dataReqId}/cancel: $ref: "./paths/service/cancelDownloadMyDataRequest.yaml" - /v1/GetUserOrgsAndConsents: + /v1/service/GetUserOrgsAndConsents: $ref: "./paths/service/getUserOrgAndConsent.yaml" # Onboard - /v1/users/admin/login: + /v1/onboard/users/admin/login: $ref: "./paths/onboard/loginAsOrganisationAdmin.yaml" - /v1/users/login: + /v1/onboard/users/login: $ref: "./paths/onboard/loginAsIndividual.yaml" - /v1.1/users/login: + /v1.1/onboard/users/login: $ref: "./paths/onboard/loginAsIndividualV11.yaml" - /v1/users/validate/email: + /v1/onboard/users/validate/email: $ref: "./paths/onboard/validateEmail.yaml" - /v1/users/validate/phone: + /v1/onboard/users/validate/phone: $ref: "./paths/onboard/validatePhone.yaml" - /v1/users/verify/phone: + /v1/onboard/users/verify/phone: $ref: "./paths/onboard/verifyPhone.yaml" - /v1/users/verify/otp: + /v1/onboard/users/verify/otp: $ref: "./paths/onboard/verifyOTP.yaml" - /v1/user/password/reset: + /v1/onboard/user/password/reset: $ref: "./paths/onboard/resetPassword.yaml" - /v1/user/password/forgot: + /v1/onboard/user/password/forgot: $ref: "./paths/onboard/forgotPassword.yaml" - /v1/users/logout: + /v1/onboard/users/logout: $ref: "./paths/onboard/logout.yaml" - /v1/users/token: + /v1/onboard/users/token: $ref: "./paths/onboard/refreshToken.yaml" - /v1/users/register: + /v1/onboard/users/register: $ref: "./paths/onboard/register.yaml" - /v1/organisations/types: + /v1/onboard/organisations/types: $ref: "./paths/onboard/getAndAddOrganisationTypes.yaml" - /v1/organisations/types/{typeId}: + /v1/onboard/organisations/types/{typeId}: $ref: "./paths/onboard/getDeleteUpdateOrganisationTypeById.yaml" - /v1/organisations/types/{typeId}/image: + /v1/onboard/organisations/types/{typeId}/image: $ref: "./paths/onboard/getAndUpdateOrganisationTypeImage.yaml" - /v1/organisations: + /v1/onboard/organisations: $ref: "./paths/onboard/addOrganisation.yaml" - /v1/organisations/{orgId}: + /v1/onboard/organisations/{orgId}: $ref: "./paths/onboard/getAndUpdateOrganisation.yaml" - /v1/organisations/{orgId}/coverimage: + /v1/onboard/organisations/{orgId}/coverimage: $ref: "./paths/onboard/updateOrganisationCoverImage.yaml" - /v1/organisations/{orgId}/logoimage: + /v1/onboard/organisations/{orgId}/logoimage: $ref: "./paths/onboard/updateOrganisationLogoImage.yaml" - /v1/organisations/{orgId}/image/{imageId}: + /v1/onboard/organisations/{orgId}/image/{imageId}: $ref: "./paths/onboard/getOrganisationImageById.yaml" - /v1/organisations/{orgId}/image/{imageId}/web: + /v1/onboard/organisations/{orgId}/image/{imageId}/web: $ref: "./paths/onboard/getOrganisationImageByIdForWeb.yaml" - /v1/organisations/{orgId}/eulaURL: + /v1/onboard/organisations/{orgId}/eulaURL: $ref: "./paths/onboard/updateAndDeleteOrganisationEULAURL.yaml" - /v1/organisations/{orgId}/admins: + /v1/onboard/organisations/{orgId}/admins: $ref: "./paths/onboard/addGetDeleteOrganisationAdmin.yaml" - /v1/organisations/roles: + /v1/onboard/organisations/roles: $ref: "./paths/onboard/getOrganisationRoles.yaml" - /v1/users/unregister: + /v1/onboard/users/unregister: $ref: "./paths/onboard/unregisterUser.yaml" - /v1/user/register/android: + /v1/onboard/user/register/android: $ref: "./paths/onboard/userClientRegisterAndroid.yaml" - /v1/user/register/ios: + /v1/onboard/user/register/ios: $ref: "./paths/onboard/userClientRegisteriOS.yaml" - /v1/user/image/{imageId}: + /v1/onboard/user/image/{imageId}: $ref: "./paths/onboard/getAndDeleteUserImageByID.yaml" - /v1/user/image: + /v1/onboard/user/image: $ref: "./paths/onboard/updateUserImage.yaml" - /v1/user: + /v1/onboard/user: $ref: "./paths/onboard/getAndUpdateUserProfile.yaml" - /v1/user/apikey: + /v1/onboard/user/apikey: $ref: "./paths/onboard/getAndCreateAPIKey.yaml" - /v1/user/apikey/revoke: + /v1/onboard/user/apikey/revoke: $ref: "./paths/onboard/deleteAPIKey.yaml" - /v1/organisations/{orgId}/idp/open-id: + /v1/onboard/organisations/{orgId}/idp/open-id: $ref: "./paths/onboard/addGetUpdateAndDeleteIdentityProvider.yaml" - /v1/organisations/{orgId}/subscription/enable: + /v1/onboard/organisations/{orgId}/subscription/enable: $ref: "./paths/onboard/enableOrganisationForSubscription.yaml" - /v1/organisations/{orgId}/subscription/disable: + /v1/onboard/organisations/{orgId}/subscription/disable: $ref: "./paths/onboard/disableOrganisationForSubscription.yaml" - /v1/organisations/{orgId}/subscribe-method: + /v1/onboard/organisations/{orgId}/subscribe-method: $ref: "./paths/onboard/getAndSetSubscriptionMethod.yaml" - /v1/organisations/subscribe-methods: + /v1/onboard/organisations/subscribe-methods: $ref: "./paths/onboard/getAllSubscriptionMethods.yaml" - /v1/organisations/{orgId}/subscribe-key: + /v1/onboard/organisations/{orgId}/subscribe-key: $ref: "./paths/onboard/getCurrentSubscriptionKey.yaml" - /v1/organisations/{orgId}/subscribe-key/renew: + /v1/onboard/organisations/{orgId}/subscribe-key/renew: $ref: "./paths/onboard/renewSubscriptionKey.yaml" - /v1/organisations/{orgId}/users/count: + /v1/onboard/organisations/{orgId}/users/count: $ref: "./paths/onboard/getOrganisationUsersCount.yaml" - /v1/organisations/{orgId}/subscription: + /v1/onboard/organisations/{orgId}/subscription: $ref: "./paths/onboard/getOrganisationSubscriptionStatus.yaml" - /v1/organisations/{orgId}/users: + /v1/onboard/organisations/{orgId}/users: $ref: "./paths/onboard/addAndGetOrganisationUsers.yaml" - /v1/organisations/{orgId}/users/{userId}: + /v1/onboard/organisations/{orgId}/users/{userId}: $ref: "./paths/onboard/deleteUserFromOrganisation.yaml" - - /v1/organisations/data-requests: + /v1/onboard/organisations/data-requests: $ref: "./paths/onboard/getAvailableDataRequestStatuses.yaml" - /v1/organisations/{orgId}/data-requests: + /v1/onboard/organisations/{orgId}/data-requests: $ref: "./paths/onboard/getOpenAndCloseDataRequests.yaml" - /v1/organisations/{orgId}/data-requests/{dataReqId}: + /v1/onboard/organisations/{orgId}/data-requests/{dataReqId}: $ref: "./paths/onboard/getAndUpdateDataRequestByID.yaml" # Config - /v1/organisations/webhooks/event-types: + /v1/config/organisations/webhooks/event-types: $ref: "./paths/config/getAvailableWebhookEventTypes.yaml" - /v1/organisations/webhooks/payload/content-types: + /v1/config/organisations/webhooks/payload/content-types: $ref: "./paths/config/getAvailableWebhookPayloadTypes.yaml" - /v1/organisations/{orgId}/webhooks: + /v1/config/organisations/{orgId}/webhooks: $ref: "./paths/config/createAndGetAllWebhooks.yaml" - /v1/organisations/{orgId}/webhooks/{webhookId}: + /v1/config/organisations/{orgId}/webhooks/{webhookId}: $ref: "./paths/config/getDeleteAndUpdateWebhookByID.yaml" - /v1/organisations/{orgId}/webhooks/{webhookId}/ping: + /v1/config/organisations/{orgId}/webhooks/{webhookId}/ping: $ref: "./paths/config/pingWebhook.yaml" - /v1/organisations/{orgId}/webhooks/{webhookId}/delivery: + /v1/config/organisations/{orgId}/webhooks/{webhookId}/delivery: $ref: "./paths/config/getRecentWebhookDeliveries.yaml" - /v1/organisations/{orgId}/webhooks/{webhookId}/delivery/{deliveryId}: + /v1/config/organisations/{orgId}/webhooks/{webhookId}/delivery/{deliveryId}: $ref: "./paths/config/getRecentWebhookDeliveryByID.yaml" - /v1/organisations/{orgId}/webhooks/{webhookId}/delivery/{deliveryId}/redeliver: + /v1/config/organisations/{orgId}/webhooks/{webhookId}/delivery/{deliveryId}/redeliver: $ref: "./paths/config/redeliverWebhook.yaml" - /v1/organisations/{orgId}/config/policy: + /v1/config/organisations/{orgId}/config/policy: $ref: "./paths/config/getAndUpdateGlobalPolicyConfiguration.yaml" - /v1/organisations/{orgId}/data-agreements: + /v1/config/organisations/{orgId}/data-agreements: $ref: "./paths/config/getAndAddConsentAgreements.yaml" - /v1/organisations/{orgId}/config/data-agreements/{dataAgreementId}: + /v1/config/organisations/{orgId}/config/data-agreements/{dataAgreementId}: $ref: "./paths/config/getDeleteUpdateConsentAgreementByID.yaml" - /v1/organisations/{orgId}/data-attributes: + /v1/config/organisations/{orgId}/data-attributes: $ref: "./paths/config/getAndAddDataAttributes.yaml" - /v1/organisations/{orgId}/config/data-agreements/{dataAgreementId}/data-attributes: + /v1/config/organisations/{orgId}/config/data-agreements/{dataAgreementId}/data-attributes: $ref: "./paths/config/deleteMultipleDataAttributes.yaml" - /v1/organisations/{orgId}/data-attributes/{dataAttributeId}: + /v1/config/organisations/{orgId}/data-attributes/{dataAttributeId}: $ref: "./paths/config/getUpdateAndDeleteDataAttributeByID.yaml" components: schemas: