diff --git a/openapi/v2023.8.1/bundled.yaml b/openapi/v2023.8.1/bundled.yaml index d469634..95c7721 100644 --- a/openapi/v2023.8.1/bundled.yaml +++ b/openapi/v2023.8.1/bundled.yaml @@ -1409,13 +1409,13 @@ paths: deprecated: false security: - BearerAuth: [] - '/v1/organizations/{organizationId}': + '/v1/organizations/{orgId}': get: tags: - onboarding description: Get organization by ID parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -1440,7 +1440,7 @@ paths: - onboarding description: Update organization parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -1472,13 +1472,13 @@ paths: deprecated: false security: - BearerAuth: [] - '/v1/organizations/{organizationId}/coverimage': + '/v1/organizations/{orgId}/coverimage': post: tags: - onboarding description: Update organization cover image parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -1511,13 +1511,13 @@ paths: deprecated: false security: - BearerAuth: [] - '/v1/organizations/{organizationId}/logoimage': + '/v1/organizations/{orgId}/logoimage': post: tags: - onboarding description: Update organization logo image parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -1550,13 +1550,13 @@ paths: deprecated: false security: - BearerAuth: [] - '/v1/organizations/{organizationId}/image/{imageId}': + '/v1/organizations/{orgId}/image/{imageId}': get: tags: - onboarding description: Get organization image parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -1573,13 +1573,13 @@ paths: deprecated: false security: - BearerAuth: [] - '/v1/organizations/{organizationId}/eulaURL': + '/v1/organizations/{orgId}/eulaURL': post: tags: - onboarding description: Update organization EULA url parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -1607,7 +1607,7 @@ paths: - onboarding description: Delete organization EULA url parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -1619,13 +1619,13 @@ paths: deprecated: false security: - BearerAuth: [] - '/v1/organizations/{organizationId}/admins': + '/v1/organizations/{orgId}/admins': post: tags: - onboarding description: Add org admin parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -1665,7 +1665,7 @@ paths: - onboarding description: Get org admin parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -1695,7 +1695,7 @@ paths: - onboarding description: Delete org admin parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -2024,13 +2024,13 @@ paths: deprecated: false security: - BearerAuth: [] - '/v1/organizations/{organizationId}/global-policy-configuration': + '/v1/organizations/{orgId}/global-policy-configuration': get: tags: - config description: Get global policy configurations parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -2096,7 +2096,7 @@ paths: - config description: Update global policy configurations parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -2187,13 +2187,13 @@ paths: deprecated: false security: - BearerAuth: [] - '/v1/organizations/{organizationId}/purposes': + '/v1/organizations/{orgId}/purposes': post: tags: - config description: Add consent agreement parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -2231,7 +2231,7 @@ paths: - config description: Get consent agreements parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -2256,13 +2256,13 @@ paths: deprecated: false security: - BearerAuth: [] - '/v1/organizations/{organizationId}/purposes/{purposeId}': + '/v1/organizations/{orgId}/purposes/{purposeId}': delete: tags: - config description: Delete consent agreement by id parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -2308,7 +2308,7 @@ paths: - config description: Update consent agreement by id parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -2345,7 +2345,7 @@ paths: - config description: Get consent agreement by id parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -2375,13 +2375,13 @@ paths: deprecated: false security: - BearerAuth: [] - '/v1/organizations/{organizationId}/templates': + '/v1/organizations/{orgId}/templates': post: tags: - config description: Add data attributes parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -2419,7 +2419,7 @@ paths: - config description: Get data attributes parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -2444,13 +2444,13 @@ paths: deprecated: false security: - BearerAuth: [] - '/v1/organizations/{organizationId}/templates/{templateId}': + '/v1/organizations/{orgId}/templates/{templateId}': put: tags: - config description: Update data attribute by id parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -2496,7 +2496,7 @@ paths: - config description: Delete data attribute by id parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -2521,13 +2521,13 @@ paths: deprecated: false security: - BearerAuth: [] - '/v1/organizations/{organizationId}/purposes/{purposeId}/templates': + '/v1/organizations/{orgId}/purposes/{purposeId}/templates': delete: tags: - config description: Delete multiple data attributes parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -2552,13 +2552,13 @@ paths: deprecated: false security: - BearerAuth: [] - '/v1/organizations/{organizationID}/templates/{templateID}': + '/v1/organizations/{orgId}/templates/{templateID}': get: tags: - config description: Get data attribute by ID parameters: - - name: organizationID + - name: orgId in: path required: true schema: @@ -2586,13 +2586,13 @@ paths: deprecated: false security: - BearerAuth: [] - '/v1/organizations/{organizationID}/idp/open-id': + '/v1/organizations/{orgId}/idp/open-id': post: tags: - config summary: Add identity provider parameters: - - name: organizationID + - name: orgId in: path required: true schema: @@ -2602,7 +2602,7 @@ paths: content: application/json: schema: - $ref: '#/paths/~1v1~1organizations~1%7BorganizationID%7D~1idp~1open-id/put/requestBody/content/application~1json/schema' + $ref: '#/paths/~1v1~1organizations~1%7BorgId%7D~1idp~1open-id/put/requestBody/content/application~1json/schema' required: true responses: '201': @@ -2610,7 +2610,7 @@ paths: content: application/json: schema: - $ref: '#/paths/~1v1~1organizations~1%7BorganizationID%7D~1idp~1open-id/put/responses/200/content/application~1json/schema' + $ref: '#/paths/~1v1~1organizations~1%7BorgId%7D~1idp~1open-id/put/responses/200/content/application~1json/schema' deprecated: false security: - BearerAuth: [] @@ -2619,7 +2619,7 @@ paths: - config summary: Update identity provider parameters: - - name: organizationID + - name: orgId in: path required: true schema: @@ -2756,7 +2756,7 @@ paths: - config summary: Delete identity provider parameters: - - name: organizationID + - name: orgId in: path required: true schema: @@ -2774,7 +2774,7 @@ paths: - config summary: Get identity provider parameters: - - name: organizationID + - name: orgId in: path required: true schema: @@ -2785,17 +2785,17 @@ paths: content: application/json: schema: - $ref: '#/paths/~1v1~1organizations~1%7BorganizationID%7D~1idp~1open-id/put/responses/200/content/application~1json/schema' + $ref: '#/paths/~1v1~1organizations~1%7BorgId%7D~1idp~1open-id/put/responses/200/content/application~1json/schema' deprecated: false security: - BearerAuth: [] - '/v1/organizations/{organizationId}/subscription/enable': + '/v1/organizations/{orgId}/subscription/enable': post: tags: - config summary: Enable organization for subscription parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -2815,13 +2815,13 @@ paths: deprecated: false security: - BearerAuth: [] - '/v1/organizations/{organizationId}/subscription/disable': + '/v1/organizations/{orgId}/subscription/disable': post: tags: - config summary: Disable organization for subscription parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -2841,13 +2841,13 @@ paths: deprecated: false security: - BearerAuth: [] - '/v1/organizations/{organizationId}/subscribe-method': + '/v1/organizations/{orgId}/subscribe-method': get: tags: - config summary: Get subscribe method parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -2879,7 +2879,7 @@ paths: - config summary: Set subscribe method parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -2943,13 +2943,13 @@ paths: - ID: 2 Method: OpenID-Connect deprecated: false - '/v1/organizations/{organizationId}/subscribe-key': + '/v1/organizations/{orgId}/subscribe-key': get: tags: - config summary: Get subscribe key parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -2975,13 +2975,13 @@ paths: deprecated: false security: - BearerAuth: [] - '/v1/organizations/{organizationId}/subscribe-key/renew': + '/v1/organizations/{orgId}/subscribe-key/renew': post: tags: - config summary: Renew subscribe key parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -3007,13 +3007,13 @@ paths: deprecated: false security: - BearerAuth: [] - '/v1/organizations/{organizationId}/users/count': + '/v1/organizations/{orgId}/users/count': get: tags: - config summary: Get organization users count parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -3036,13 +3036,13 @@ paths: deprecated: false security: - BearerAuth: [] - '/v1/organizations/{organizationId}/subscription': + '/v1/organizations/{orgId}/subscription': get: tags: - config summary: Get organization subscription status (enable/disable) parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -3063,13 +3063,13 @@ paths: example: Enabled: false deprecated: false - '/v1/organizations/{organizationId}/users': + '/v1/organizations/{orgId}/users': post: tags: - config summary: Add user to organization parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -3136,7 +3136,7 @@ paths: type: integer format: int32 example: 1024 - - name: organizationId + - name: orgId in: path required: true schema: @@ -3175,13 +3175,13 @@ paths: deprecated: false security: - BearerAuth: [] - '/v1/organizations/{organizationId}/users/{userId}': + '/v1/organizations/{orgId}/users/{userId}': delete: tags: - config summary: Delete user from organization parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -3206,13 +3206,13 @@ paths: deprecated: false security: - BearerAuth: [] - '/v1/organizations/{orgID}/purposes/{purposeID}/attributes/{attributeID}/consented/users': + '/v1/organizations/{orgId}/purposes/{purposeID}/attributes/{attributeID}/consented/users': get: tags: - config summary: Get all users consented to data attribute parameters: - - name: orgID + - name: orgId in: path required: true schema: @@ -3514,13 +3514,13 @@ paths: deprecated: false security: - BearerAuth: [] - '/v1/organizations/{organizationId}/webhooks': + '/v1/organizations/{orgId}/webhooks': post: tags: - config description: Create webhook parameters: - - name: organizationId + - name: orgId in: path required: true style: simple @@ -3600,7 +3600,7 @@ paths: - config description: Get all webhooks for an organisation parameters: - - name: organizationId + - name: orgId in: path required: true style: simple @@ -3635,13 +3635,13 @@ paths: deprecated: false security: - BearerAuth: [] - '/v1/organizations/{organizationId}/webhooks/{webhookId}': + '/v1/organizations/{orgId}/webhooks/{webhookId}': get: tags: - config description: Get a webhook by ID parameters: - - name: organizationId + - name: orgId in: path required: true style: simple @@ -3699,7 +3699,7 @@ paths: - config description: Delete webhook parameters: - - name: organizationId + - name: orgId in: path required: true style: simple @@ -3723,7 +3723,7 @@ paths: - config description: Update webhook parameters: - - name: organizationId + - name: orgId in: path required: true style: simple @@ -3804,13 +3804,13 @@ paths: deprecated: false security: - BearerAuth: [] - '/v1/organizations/{organizationId}/webhooks/{webhookId}/ping': + '/v1/organizations/{orgId}/webhooks/{webhookId}/ping': post: tags: - config description: Ping webhook parameters: - - name: organizationId + - name: orgId in: path required: true style: simple @@ -3853,13 +3853,13 @@ paths: deprecated: false security: - BearerAuth: [] - '/v1/organizations/{organizationId}/webhooks/{webhookId}/delivery': + '/v1/organizations/{orgId}/webhooks/{webhookId}/delivery': get: tags: - config description: Get recent webhook deliveries parameters: - - name: organizationId + - name: orgId in: path required: true style: simple @@ -3915,13 +3915,13 @@ paths: deprecated: false security: - BearerAuth: [] - '/v1/organizations/{organizationId}/webhooks/{webhookId}/delivery/{deliveryId}': + '/v1/organizations/{orgId}/webhooks/{webhookId}/delivery/{deliveryId}': get: tags: - config description: Get recent webhook delivery by ID parameters: - - name: organizationId + - name: orgId in: path required: true style: simple @@ -4087,13 +4087,13 @@ paths: deprecated: false security: - BearerAuth: [] - '/v1/organizations/{organizationId}/webhooks/{webhookId}/delivery/{deliveryId}/redeliver': + '/v1/organizations/{orgId}/webhooks/{webhookId}/delivery/{deliveryId}/redeliver': post: tags: - config description: Redeliver a webhook payload by delivery ID parameters: - - name: organizationId + - name: orgId in: path required: true style: simple diff --git a/openapi/v2023.8.1/index.yaml b/openapi/v2023.8.1/index.yaml index e960d3c..a0857ff 100644 --- a/openapi/v2023.8.1/index.yaml +++ b/openapi/v2023.8.1/index.yaml @@ -111,17 +111,17 @@ paths: $ref: "./paths/onboarding/configureOrganisation/organisationType/getAndUpdateOrganisationTypeImage.yaml" /v1/organizations: $ref: "./paths/onboarding/configureOrganisation/addOrganisation.yaml" - /v1/organizations/{organizationId}: + /v1/organizations/{orgId}: $ref: "./paths/onboarding/configureOrganisation/getAndUpdateOrganisation.yaml" - /v1/organizations/{organizationId}/coverimage: + /v1/organizations/{orgId}/coverimage: $ref: "./paths/onboarding/configureOrganisation/updateOrganisationCoverImage.yaml" - /v1/organizations/{organizationId}/logoimage: + /v1/organizations/{orgId}/logoimage: $ref: "./paths/onboarding/configureOrganisation/updateOrganisationLogoImage.yaml" - /v1/organizations/{organizationId}/image/{imageId}: + /v1/organizations/{orgId}/image/{imageId}: $ref: "./paths/onboarding/configureOrganisation/getOrganisationImageById.yaml" - /v1/organizations/{organizationId}/eulaURL: + /v1/organizations/{orgId}/eulaURL: $ref: "./paths/onboarding/configureOrganisation/updateAndDeleteOrganisationEULAURL.yaml" - /v1/organizations/{organizationId}/admins: + /v1/organizations/{orgId}/admins: $ref: "./paths/onboarding/configureOrganisation/addGetDeleteOrganisationAdmin.yaml" /v1/organizations/roles: $ref: "./paths/onboarding/configureOrganisation/getOrganisationRoles.yaml" @@ -141,43 +141,43 @@ paths: $ref: "./paths/onboarding/developer/getAndCreateAPIKey.yaml" /v1/user/apikey/revoke: $ref: "./paths/onboarding/developer/deleteAPIKey.yaml" - /v1/organizations/{organizationId}/global-policy-configuration: + /v1/organizations/{orgId}/global-policy-configuration: $ref: "./paths/config/consentAgreements/globalPolicyConfigurations/getAndUpdateGlobalPolicyConfiguration.yaml" - /v1/organizations/{organizationId}/purposes: + /v1/organizations/{orgId}/purposes: $ref: "./paths/config/consentAgreements/getAndAddConsentAgreements.yaml" - /v1/organizations/{organizationId}/purposes/{purposeId}: + /v1/organizations/{orgId}/purposes/{purposeId}: $ref: "./paths/config/consentAgreements/getDeleteUpdateConsentAgreementByID.yaml" - /v1/organizations/{organizationId}/templates: + /v1/organizations/{orgId}/templates: $ref: "./paths/config/dataAttributes/getAndAddDataAttributes.yaml" - /v1/organizations/{organizationId}/templates/{templateId}: + /v1/organizations/{orgId}/templates/{templateId}: $ref: "./paths/config/dataAttributes/updateAndDeleteDataAttributeByID.yaml" - /v1/organizations/{organizationId}/purposes/{purposeId}/templates: + /v1/organizations/{orgId}/purposes/{purposeId}/templates: $ref: "./paths/config/dataAttributes/deleteMultipleDataAttributes.yaml" - /v1/organizations/{organizationID}/templates/{templateID}: + /v1/organizations/{orgId}/templates/{templateID}: $ref: "./paths/config/dataAttributes/getDataAttributeByID.yaml" - /v1/organizations/{organizationID}/idp/open-id: + /v1/organizations/{orgId}/idp/open-id: $ref: "./paths/config/manageIndividuals/subscription/addGetUpdateAndDeleteIdentityProvider.yaml" - /v1/organizations/{organizationId}/subscription/enable: + /v1/organizations/{orgId}/subscription/enable: $ref: "./paths/config/manageIndividuals/subscription/enableOrganisationForSubscription.yaml" - /v1/organizations/{organizationId}/subscription/disable: + /v1/organizations/{orgId}/subscription/disable: $ref: "./paths/config/manageIndividuals/subscription/disableOrganisationForSubscription.yaml" - /v1/organizations/{organizationId}/subscribe-method: + /v1/organizations/{orgId}/subscribe-method: $ref: "./paths/config/manageIndividuals/subscription/getAndSetSubscriptionMethod.yaml" /v1/organizations/subscribe-methods: $ref: "./paths/config/manageIndividuals/subscription/getAllSubscriptionMethods.yaml" - /v1/organizations/{organizationId}/subscribe-key: + /v1/organizations/{orgId}/subscribe-key: $ref: "./paths/config/manageIndividuals/subscription/getCurrentSubscriptionKey.yaml" - /v1/organizations/{organizationId}/subscribe-key/renew: + /v1/organizations/{orgId}/subscribe-key/renew: $ref: "./paths/config/manageIndividuals/subscription/renewSubscriptionKey.yaml" - /v1/organizations/{organizationId}/users/count: + /v1/organizations/{orgId}/users/count: $ref: "./paths/config/manageIndividuals/subscription/getOrganisationUsersCount.yaml" - /v1/organizations/{organizationId}/subscription: + /v1/organizations/{orgId}/subscription: $ref: "./paths/config/manageIndividuals/subscription/getOrganisationSubscriptionStatus.yaml" - /v1/organizations/{organizationId}/users: + /v1/organizations/{orgId}/users: $ref: "./paths/config/manageIndividuals/addAndGetOrganisationUsers.yaml" - /v1/organizations/{organizationId}/users/{userId}: + /v1/organizations/{orgId}/users/{userId}: $ref: "./paths/config/manageIndividuals/deleteUserFromOrganisation.yaml" - /v1/organizations/{orgID}/purposes/{purposeID}/attributes/{attributeID}/consented/users: + /v1/organizations/{orgId}/purposes/{purposeID}/attributes/{attributeID}/consented/users: $ref: "./paths/config/manageIndividuals/consentAgreementRecords/getAllUsersConsentedToDataAttribute.yaml" /v1/organizations/{orgId}/purposes/{purposeId}/consented/users: $ref: "./paths/config/manageIndividuals/consentAgreementRecords/getAllUsersConsentedToDataAgreement.yaml" @@ -191,17 +191,17 @@ paths: $ref: "./paths/config/webhooks/getAvailableWebhookEventTypes.yaml" /v1/organizations/webhooks/payload/content-types: $ref: "./paths/config/webhooks/getAvailableWebhookPayloadTypes.yaml" - /v1/organizations/{organizationId}/webhooks: + /v1/organizations/{orgId}/webhooks: $ref: "./paths/config/webhooks/createAndGetAllWebhooks.yaml" - /v1/organizations/{organizationId}/webhooks/{webhookId}: + /v1/organizations/{orgId}/webhooks/{webhookId}: $ref: "./paths/config/webhooks/getDeleteAndUpdateWebhookByID.yaml" - /v1/organizations/{organizationId}/webhooks/{webhookId}/ping: + /v1/organizations/{orgId}/webhooks/{webhookId}/ping: $ref: "./paths/config/webhooks/pingWebhook.yaml" - /v1/organizations/{organizationId}/webhooks/{webhookId}/delivery: + /v1/organizations/{orgId}/webhooks/{webhookId}/delivery: $ref: "./paths/config/webhooks/getRecentWebhookDeliveries.yaml" - /v1/organizations/{organizationId}/webhooks/{webhookId}/delivery/{deliveryId}: + /v1/organizations/{orgId}/webhooks/{webhookId}/delivery/{deliveryId}: $ref: "./paths/config/webhooks/getRecentWebhookDeliveryByID.yaml" - /v1/organizations/{organizationId}/webhooks/{webhookId}/delivery/{deliveryId}/redeliver: + /v1/organizations/{orgId}/webhooks/{webhookId}/delivery/{deliveryId}/redeliver: $ref: "./paths/config/webhooks/redeliverWebhook.yaml" components: schemas: diff --git a/openapi/v2023.8.1/paths/config/consentAgreements/getAndAddConsentAgreements.yaml b/openapi/v2023.8.1/paths/config/consentAgreements/getAndAddConsentAgreements.yaml index 855ae9d..ecf19e9 100644 --- a/openapi/v2023.8.1/paths/config/consentAgreements/getAndAddConsentAgreements.yaml +++ b/openapi/v2023.8.1/paths/config/consentAgreements/getAndAddConsentAgreements.yaml @@ -3,7 +3,7 @@ post: - config description: Add consent agreement parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -41,7 +41,7 @@ get: - config description: Get consent agreements parameters: - - name: organizationId + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.1/paths/config/consentAgreements/getDeleteUpdateConsentAgreementByID.yaml b/openapi/v2023.8.1/paths/config/consentAgreements/getDeleteUpdateConsentAgreementByID.yaml index 689060b..de30092 100644 --- a/openapi/v2023.8.1/paths/config/consentAgreements/getDeleteUpdateConsentAgreementByID.yaml +++ b/openapi/v2023.8.1/paths/config/consentAgreements/getDeleteUpdateConsentAgreementByID.yaml @@ -3,7 +3,7 @@ delete: - config description: Delete consent agreement by id parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -49,7 +49,7 @@ put: - config description: Update consent agreement by id parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -86,7 +86,7 @@ get: - config description: Get consent agreement by id parameters: - - name: organizationId + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.1/paths/config/consentAgreements/globalPolicyConfigurations/getAndUpdateGlobalPolicyConfiguration.yaml b/openapi/v2023.8.1/paths/config/consentAgreements/globalPolicyConfigurations/getAndUpdateGlobalPolicyConfiguration.yaml index 52e49b5..ba239d9 100644 --- a/openapi/v2023.8.1/paths/config/consentAgreements/globalPolicyConfigurations/getAndUpdateGlobalPolicyConfiguration.yaml +++ b/openapi/v2023.8.1/paths/config/consentAgreements/globalPolicyConfigurations/getAndUpdateGlobalPolicyConfiguration.yaml @@ -3,7 +3,7 @@ get: - config description: Get global policy configurations parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -69,7 +69,7 @@ post: - config description: Update global policy configurations parameters: - - name: organizationId + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.1/paths/config/dataAttributes/deleteMultipleDataAttributes.yaml b/openapi/v2023.8.1/paths/config/dataAttributes/deleteMultipleDataAttributes.yaml index ca4856c..e7f1994 100644 --- a/openapi/v2023.8.1/paths/config/dataAttributes/deleteMultipleDataAttributes.yaml +++ b/openapi/v2023.8.1/paths/config/dataAttributes/deleteMultipleDataAttributes.yaml @@ -3,7 +3,7 @@ delete: - config description: Delete multiple data attributes parameters: - - name: organizationId + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.1/paths/config/dataAttributes/getAndAddDataAttributes.yaml b/openapi/v2023.8.1/paths/config/dataAttributes/getAndAddDataAttributes.yaml index 262c780..c51d3a2 100644 --- a/openapi/v2023.8.1/paths/config/dataAttributes/getAndAddDataAttributes.yaml +++ b/openapi/v2023.8.1/paths/config/dataAttributes/getAndAddDataAttributes.yaml @@ -3,7 +3,7 @@ post: - config description: Add data attributes parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -41,7 +41,7 @@ get: - config description: Get data attributes parameters: - - name: organizationId + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.1/paths/config/dataAttributes/getDataAttributeByID.yaml b/openapi/v2023.8.1/paths/config/dataAttributes/getDataAttributeByID.yaml index 76f31a1..45854c1 100644 --- a/openapi/v2023.8.1/paths/config/dataAttributes/getDataAttributeByID.yaml +++ b/openapi/v2023.8.1/paths/config/dataAttributes/getDataAttributeByID.yaml @@ -3,7 +3,7 @@ get: - config description: Get data attribute by ID parameters: - - name: organizationID + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.1/paths/config/dataAttributes/updateAndDeleteDataAttributeByID.yaml b/openapi/v2023.8.1/paths/config/dataAttributes/updateAndDeleteDataAttributeByID.yaml index 76154f3..89dd063 100644 --- a/openapi/v2023.8.1/paths/config/dataAttributes/updateAndDeleteDataAttributeByID.yaml +++ b/openapi/v2023.8.1/paths/config/dataAttributes/updateAndDeleteDataAttributeByID.yaml @@ -3,7 +3,7 @@ put: - config description: Update data attribute by id parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -49,7 +49,7 @@ delete: - config description: Delete data attribute by id parameters: - - name: organizationId + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.1/paths/config/manageIndividuals/addAndGetOrganisationUsers.yaml b/openapi/v2023.8.1/paths/config/manageIndividuals/addAndGetOrganisationUsers.yaml index 700ca1e..83a9155 100644 --- a/openapi/v2023.8.1/paths/config/manageIndividuals/addAndGetOrganisationUsers.yaml +++ b/openapi/v2023.8.1/paths/config/manageIndividuals/addAndGetOrganisationUsers.yaml @@ -3,7 +3,7 @@ post: - config summary: Add user to organization parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -70,7 +70,7 @@ get: type: integer format: int32 example: 1024 - - name: organizationId + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.1/paths/config/manageIndividuals/consentAgreementRecords/getAllUsersConsentedToDataAttribute.yaml b/openapi/v2023.8.1/paths/config/manageIndividuals/consentAgreementRecords/getAllUsersConsentedToDataAttribute.yaml index d7535c8..1cd4b61 100644 --- a/openapi/v2023.8.1/paths/config/manageIndividuals/consentAgreementRecords/getAllUsersConsentedToDataAttribute.yaml +++ b/openapi/v2023.8.1/paths/config/manageIndividuals/consentAgreementRecords/getAllUsersConsentedToDataAttribute.yaml @@ -3,7 +3,7 @@ get: - config summary: Get all users consented to data attribute parameters: - - name: orgID + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.1/paths/config/manageIndividuals/deleteUserFromOrganisation.yaml b/openapi/v2023.8.1/paths/config/manageIndividuals/deleteUserFromOrganisation.yaml index ca58608..81d5ad1 100644 --- a/openapi/v2023.8.1/paths/config/manageIndividuals/deleteUserFromOrganisation.yaml +++ b/openapi/v2023.8.1/paths/config/manageIndividuals/deleteUserFromOrganisation.yaml @@ -3,7 +3,7 @@ delete: - config summary: Delete user from organization parameters: - - name: organizationId + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.1/paths/config/manageIndividuals/subscription/addGetUpdateAndDeleteIdentityProvider.yaml b/openapi/v2023.8.1/paths/config/manageIndividuals/subscription/addGetUpdateAndDeleteIdentityProvider.yaml index 782f508..3cea432 100644 --- a/openapi/v2023.8.1/paths/config/manageIndividuals/subscription/addGetUpdateAndDeleteIdentityProvider.yaml +++ b/openapi/v2023.8.1/paths/config/manageIndividuals/subscription/addGetUpdateAndDeleteIdentityProvider.yaml @@ -3,7 +3,7 @@ post: - config summary: Add identity provider parameters: - - name: organizationID + - name: orgId in: path required: true schema: @@ -30,7 +30,7 @@ put: - config summary: Update identity provider parameters: - - name: organizationID + - name: orgId in: path required: true schema: @@ -57,7 +57,7 @@ delete: - config summary: Delete identity provider parameters: - - name: organizationID + - name: orgId in: path required: true schema: @@ -75,7 +75,7 @@ get: - config summary: Get identity provider parameters: - - name: organizationID + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.1/paths/config/manageIndividuals/subscription/disableOrganisationForSubscription.yaml b/openapi/v2023.8.1/paths/config/manageIndividuals/subscription/disableOrganisationForSubscription.yaml index 19a72c6..c2af3c9 100644 --- a/openapi/v2023.8.1/paths/config/manageIndividuals/subscription/disableOrganisationForSubscription.yaml +++ b/openapi/v2023.8.1/paths/config/manageIndividuals/subscription/disableOrganisationForSubscription.yaml @@ -3,7 +3,7 @@ post: - config summary: Disable organization for subscription parameters: - - name: organizationId + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.1/paths/config/manageIndividuals/subscription/enableOrganisationForSubscription.yaml b/openapi/v2023.8.1/paths/config/manageIndividuals/subscription/enableOrganisationForSubscription.yaml index 37a7806..9a852ee 100644 --- a/openapi/v2023.8.1/paths/config/manageIndividuals/subscription/enableOrganisationForSubscription.yaml +++ b/openapi/v2023.8.1/paths/config/manageIndividuals/subscription/enableOrganisationForSubscription.yaml @@ -3,7 +3,7 @@ post: - config summary: Enable organization for subscription parameters: - - name: organizationId + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.1/paths/config/manageIndividuals/subscription/getAndSetSubscriptionMethod.yaml b/openapi/v2023.8.1/paths/config/manageIndividuals/subscription/getAndSetSubscriptionMethod.yaml index 6ba4ce7..9e6ced9 100644 --- a/openapi/v2023.8.1/paths/config/manageIndividuals/subscription/getAndSetSubscriptionMethod.yaml +++ b/openapi/v2023.8.1/paths/config/manageIndividuals/subscription/getAndSetSubscriptionMethod.yaml @@ -3,7 +3,7 @@ get: - config summary: Get subscribe method parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -35,7 +35,7 @@ post: - config summary: Set subscribe method parameters: - - name: organizationId + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.1/paths/config/manageIndividuals/subscription/getCurrentSubscriptionKey.yaml b/openapi/v2023.8.1/paths/config/manageIndividuals/subscription/getCurrentSubscriptionKey.yaml index b171d9e..a80a047 100644 --- a/openapi/v2023.8.1/paths/config/manageIndividuals/subscription/getCurrentSubscriptionKey.yaml +++ b/openapi/v2023.8.1/paths/config/manageIndividuals/subscription/getCurrentSubscriptionKey.yaml @@ -3,7 +3,7 @@ get: - config summary: Get subscribe key parameters: - - name: organizationId + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.1/paths/config/manageIndividuals/subscription/getOrganisationSubscriptionStatus.yaml b/openapi/v2023.8.1/paths/config/manageIndividuals/subscription/getOrganisationSubscriptionStatus.yaml index a7b44ae..1c5402c 100644 --- a/openapi/v2023.8.1/paths/config/manageIndividuals/subscription/getOrganisationSubscriptionStatus.yaml +++ b/openapi/v2023.8.1/paths/config/manageIndividuals/subscription/getOrganisationSubscriptionStatus.yaml @@ -3,7 +3,7 @@ get: - config summary: Get organization subscription status (enable/disable) parameters: - - name: organizationId + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.1/paths/config/manageIndividuals/subscription/getOrganisationUsersCount.yaml b/openapi/v2023.8.1/paths/config/manageIndividuals/subscription/getOrganisationUsersCount.yaml index 089560f..7bad153 100644 --- a/openapi/v2023.8.1/paths/config/manageIndividuals/subscription/getOrganisationUsersCount.yaml +++ b/openapi/v2023.8.1/paths/config/manageIndividuals/subscription/getOrganisationUsersCount.yaml @@ -3,7 +3,7 @@ get: - config summary: Get organization users count parameters: - - name: organizationId + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.1/paths/config/manageIndividuals/subscription/renewSubscriptionKey.yaml b/openapi/v2023.8.1/paths/config/manageIndividuals/subscription/renewSubscriptionKey.yaml index 7d6b10c..abfae2e 100644 --- a/openapi/v2023.8.1/paths/config/manageIndividuals/subscription/renewSubscriptionKey.yaml +++ b/openapi/v2023.8.1/paths/config/manageIndividuals/subscription/renewSubscriptionKey.yaml @@ -3,7 +3,7 @@ post: - config summary: Renew subscribe key parameters: - - name: organizationId + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.1/paths/config/webhooks/createAndGetAllWebhooks.yaml b/openapi/v2023.8.1/paths/config/webhooks/createAndGetAllWebhooks.yaml index f6bc273..7f2de3b 100644 --- a/openapi/v2023.8.1/paths/config/webhooks/createAndGetAllWebhooks.yaml +++ b/openapi/v2023.8.1/paths/config/webhooks/createAndGetAllWebhooks.yaml @@ -3,7 +3,7 @@ post: - config description: Create webhook parameters: - - name: organizationId + - name: orgId in: path required: true style: simple @@ -83,7 +83,7 @@ get: - config description: Get all webhooks for an organisation parameters: - - name: organizationId + - name: orgId in: path required: true style: simple diff --git a/openapi/v2023.8.1/paths/config/webhooks/getDeleteAndUpdateWebhookByID.yaml b/openapi/v2023.8.1/paths/config/webhooks/getDeleteAndUpdateWebhookByID.yaml index b14c5b0..5824f28 100644 --- a/openapi/v2023.8.1/paths/config/webhooks/getDeleteAndUpdateWebhookByID.yaml +++ b/openapi/v2023.8.1/paths/config/webhooks/getDeleteAndUpdateWebhookByID.yaml @@ -3,7 +3,7 @@ get: - config description: Get a webhook by ID parameters: - - name: organizationId + - name: orgId in: path required: true style: simple @@ -61,7 +61,7 @@ delete: - config description: Delete webhook parameters: - - name: organizationId + - name: orgId in: path required: true style: simple @@ -85,7 +85,7 @@ put: - config description: Update webhook parameters: - - name: organizationId + - name: orgId in: path required: true style: simple diff --git a/openapi/v2023.8.1/paths/config/webhooks/getRecentWebhookDeliveries.yaml b/openapi/v2023.8.1/paths/config/webhooks/getRecentWebhookDeliveries.yaml index aa7c182..56e42de 100644 --- a/openapi/v2023.8.1/paths/config/webhooks/getRecentWebhookDeliveries.yaml +++ b/openapi/v2023.8.1/paths/config/webhooks/getRecentWebhookDeliveries.yaml @@ -3,7 +3,7 @@ get: - config description: Get recent webhook deliveries parameters: - - name: organizationId + - name: orgId in: path required: true style: simple diff --git a/openapi/v2023.8.1/paths/config/webhooks/getRecentWebhookDeliveryByID.yaml b/openapi/v2023.8.1/paths/config/webhooks/getRecentWebhookDeliveryByID.yaml index d41e872..184d665 100644 --- a/openapi/v2023.8.1/paths/config/webhooks/getRecentWebhookDeliveryByID.yaml +++ b/openapi/v2023.8.1/paths/config/webhooks/getRecentWebhookDeliveryByID.yaml @@ -3,7 +3,7 @@ get: - config description: Get recent webhook delivery by ID parameters: - - name: organizationId + - name: orgId in: path required: true style: simple diff --git a/openapi/v2023.8.1/paths/config/webhooks/pingWebhook.yaml b/openapi/v2023.8.1/paths/config/webhooks/pingWebhook.yaml index 8532a53..c19ea73 100644 --- a/openapi/v2023.8.1/paths/config/webhooks/pingWebhook.yaml +++ b/openapi/v2023.8.1/paths/config/webhooks/pingWebhook.yaml @@ -3,7 +3,7 @@ post: - config description: Ping webhook parameters: - - name: organizationId + - name: orgId in: path required: true style: simple diff --git a/openapi/v2023.8.1/paths/config/webhooks/redeliverWebhook.yaml b/openapi/v2023.8.1/paths/config/webhooks/redeliverWebhook.yaml index c556e52..fd2eb76 100644 --- a/openapi/v2023.8.1/paths/config/webhooks/redeliverWebhook.yaml +++ b/openapi/v2023.8.1/paths/config/webhooks/redeliverWebhook.yaml @@ -3,7 +3,7 @@ post: - config description: Redeliver a webhook payload by delivery ID parameters: - - name: organizationId + - name: orgId in: path required: true style: simple diff --git a/openapi/v2023.8.1/paths/onboarding/configureOrganisation/addGetDeleteOrganisationAdmin.yaml b/openapi/v2023.8.1/paths/onboarding/configureOrganisation/addGetDeleteOrganisationAdmin.yaml index 4b72335..c289bf3 100644 --- a/openapi/v2023.8.1/paths/onboarding/configureOrganisation/addGetDeleteOrganisationAdmin.yaml +++ b/openapi/v2023.8.1/paths/onboarding/configureOrganisation/addGetDeleteOrganisationAdmin.yaml @@ -3,7 +3,7 @@ post: - onboarding description: Add org admin parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -43,7 +43,7 @@ get: - onboarding description: Get org admin parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -73,7 +73,7 @@ delete: - onboarding description: Delete org admin parameters: - - name: organizationId + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.1/paths/onboarding/configureOrganisation/getAndUpdateOrganisation.yaml b/openapi/v2023.8.1/paths/onboarding/configureOrganisation/getAndUpdateOrganisation.yaml index a2fdb61..9f4c73a 100644 --- a/openapi/v2023.8.1/paths/onboarding/configureOrganisation/getAndUpdateOrganisation.yaml +++ b/openapi/v2023.8.1/paths/onboarding/configureOrganisation/getAndUpdateOrganisation.yaml @@ -3,7 +3,7 @@ get: - onboarding description: Get organization by ID parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -28,7 +28,7 @@ patch: - onboarding description: Update organization parameters: - - name: organizationId + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.1/paths/onboarding/configureOrganisation/getOrganisationImageById.yaml b/openapi/v2023.8.1/paths/onboarding/configureOrganisation/getOrganisationImageById.yaml index 73b7865..4e20f93 100644 --- a/openapi/v2023.8.1/paths/onboarding/configureOrganisation/getOrganisationImageById.yaml +++ b/openapi/v2023.8.1/paths/onboarding/configureOrganisation/getOrganisationImageById.yaml @@ -3,7 +3,7 @@ get: - onboarding description: Get organization image parameters: - - name: organizationId + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.1/paths/onboarding/configureOrganisation/updateAndDeleteOrganisationEULAURL.yaml b/openapi/v2023.8.1/paths/onboarding/configureOrganisation/updateAndDeleteOrganisationEULAURL.yaml index f96bfb2..6b849b6 100644 --- a/openapi/v2023.8.1/paths/onboarding/configureOrganisation/updateAndDeleteOrganisationEULAURL.yaml +++ b/openapi/v2023.8.1/paths/onboarding/configureOrganisation/updateAndDeleteOrganisationEULAURL.yaml @@ -3,7 +3,7 @@ post: - onboarding description: Update organization EULA url parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -31,7 +31,7 @@ delete: - onboarding description: Delete organization EULA url parameters: - - name: organizationId + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.1/paths/onboarding/configureOrganisation/updateOrganisationCoverImage.yaml b/openapi/v2023.8.1/paths/onboarding/configureOrganisation/updateOrganisationCoverImage.yaml index e549ef2..3d66764 100644 --- a/openapi/v2023.8.1/paths/onboarding/configureOrganisation/updateOrganisationCoverImage.yaml +++ b/openapi/v2023.8.1/paths/onboarding/configureOrganisation/updateOrganisationCoverImage.yaml @@ -3,7 +3,7 @@ post: - onboarding description: Update organization cover image parameters: - - name: organizationId + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.1/paths/onboarding/configureOrganisation/updateOrganisationLogoImage.yaml b/openapi/v2023.8.1/paths/onboarding/configureOrganisation/updateOrganisationLogoImage.yaml index b6f3c06..09d4c49 100644 --- a/openapi/v2023.8.1/paths/onboarding/configureOrganisation/updateOrganisationLogoImage.yaml +++ b/openapi/v2023.8.1/paths/onboarding/configureOrganisation/updateOrganisationLogoImage.yaml @@ -3,7 +3,7 @@ post: - onboarding description: Update organization logo image parameters: - - name: organizationId + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.2/bundled.yaml b/openapi/v2023.8.2/bundled.yaml index 968f98d..dcb0eca 100644 --- a/openapi/v2023.8.2/bundled.yaml +++ b/openapi/v2023.8.2/bundled.yaml @@ -1518,13 +1518,13 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Individual' - '/v1/organizations/{organizationId}': + '/v1/organizations/{orgId}': get: tags: - onboarding description: Get organization by ID parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -1552,7 +1552,7 @@ paths: - onboarding description: Update organization parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -1587,13 +1587,13 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organizations/{organizationId}/coverimage': + '/v1/organizations/{orgId}/coverimage': post: tags: - onboarding description: Update organization cover image parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -1629,13 +1629,13 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organizations/{organizationId}/logoimage': + '/v1/organizations/{orgId}/logoimage': post: tags: - onboarding description: Update organization logo image parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -1671,13 +1671,13 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organizations/{organizationId}/image/{imageId}': + '/v1/organizations/{orgId}/image/{imageId}': get: tags: - onboarding description: Get organization image parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -1697,13 +1697,13 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organizations/{organizationId}/image/{imageId}/web': + '/v1/organizations/{orgId}/image/{imageId}/web': get: tags: - onboarding description: Get organization image for web parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -1718,13 +1718,13 @@ paths: description: OK headers: {} deprecated: false - '/v1/organizations/{organizationId}/eulaURL': + '/v1/organizations/{orgId}/eulaURL': post: tags: - onboarding description: Update organization EULA url parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -1755,7 +1755,7 @@ paths: - onboarding description: Delete organization EULA url parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -1770,13 +1770,13 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organizations/{organizationId}/admins': + '/v1/organizations/{orgId}/admins': post: tags: - onboarding description: Add org admin parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -1819,7 +1819,7 @@ paths: - onboarding description: Get org admin parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -1852,7 +1852,7 @@ paths: - onboarding description: Delete org admin parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -2217,13 +2217,13 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organizations/{organizationId}/global-policy-configuration': + '/v1/organizations/{orgId}/global-policy-configuration': get: tags: - config description: Get global policy configurations parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -2246,7 +2246,7 @@ paths: - config description: Update global policy configurations parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -2270,13 +2270,13 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organizations/{organizationId}/purposes': + '/v1/organizations/{orgId}/purposes': post: tags: - config description: Add consent agreement parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -2317,7 +2317,7 @@ paths: - config description: Get consent agreements parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -2345,13 +2345,13 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organizations/{organizationId}/purposes/{purposeId}': + '/v1/organizations/{orgId}/purposes/{purposeId}': delete: tags: - config description: Delete consent agreement by id parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -2400,7 +2400,7 @@ paths: - config description: Update consent agreement by id parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -2440,7 +2440,7 @@ paths: - config description: Get consent agreement by id parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -2473,13 +2473,13 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organizations/{organizationId}/templates': + '/v1/organizations/{orgId}/templates': post: tags: - config description: Add data attributes parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -2520,7 +2520,7 @@ paths: - config description: Get data attributes parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -2548,13 +2548,13 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organizations/{organizationId}/templates/{templateId}': + '/v1/organizations/{orgId}/templates/{templateId}': put: tags: - config description: Update data attribute by id parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -2603,7 +2603,7 @@ paths: - config description: Delete data attribute by id parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -2631,13 +2631,13 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organizations/{organizationId}/purposes/{purposeId}/templates': + '/v1/organizations/{orgId}/purposes/{purposeId}/templates': delete: tags: - config description: Delete multiple data attributes parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -2665,13 +2665,13 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organizations/{organizationID}/templates/{templateID}': + '/v1/organizations/{orgId}/templates/{templateID}': get: tags: - config description: Get data attribute by ID parameters: - - name: organizationID + - name: orgId in: path required: true schema: @@ -2702,13 +2702,13 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organizations/{organizationID}/idp/open-id': + '/v1/organizations/{orgId}/idp/open-id': post: tags: - config summary: Add identity provider parameters: - - name: organizationID + - name: orgId in: path required: true schema: @@ -2718,7 +2718,7 @@ paths: content: application/json: schema: - $ref: '#/paths/~1v1~1organizations~1%7BorganizationID%7D~1idp~1open-id/put/requestBody/content/application~1json/schema' + $ref: '#/paths/~1v1~1organizations~1%7BorgId%7D~1idp~1open-id/put/requestBody/content/application~1json/schema' required: true responses: '201': @@ -2726,7 +2726,7 @@ paths: content: application/json: schema: - $ref: '#/paths/~1v1~1organizations~1%7BorganizationID%7D~1idp~1open-id/put/responses/200/content/application~1json/schema' + $ref: '#/paths/~1v1~1organizations~1%7BorgId%7D~1idp~1open-id/put/responses/200/content/application~1json/schema' deprecated: false security: - BearerAuth: [] @@ -2738,7 +2738,7 @@ paths: - config summary: Update identity provider parameters: - - name: organizationID + - name: orgId in: path required: true schema: @@ -2878,7 +2878,7 @@ paths: - config summary: Delete identity provider parameters: - - name: organizationID + - name: orgId in: path required: true schema: @@ -2899,7 +2899,7 @@ paths: - config summary: Get identity provider parameters: - - name: organizationID + - name: orgId in: path required: true schema: @@ -2910,20 +2910,20 @@ paths: content: application/json: schema: - $ref: '#/paths/~1v1~1organizations~1%7BorganizationID%7D~1idp~1open-id/put/responses/200/content/application~1json/schema' + $ref: '#/paths/~1v1~1organizations~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/organizations/{organizationId}/subscription/enable': + '/v1/organizations/{orgId}/subscription/enable': post: tags: - config summary: Enable organization for subscription parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -2946,13 +2946,13 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organizations/{organizationId}/subscription/disable': + '/v1/organizations/{orgId}/subscription/disable': post: tags: - config summary: Disable organization for subscription parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -2975,13 +2975,13 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organizations/{organizationId}/subscribe-method': + '/v1/organizations/{orgId}/subscribe-method': get: tags: - config summary: Get subscribe method parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -3016,7 +3016,7 @@ paths: - config summary: Set subscribe method parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -3083,13 +3083,13 @@ paths: - ID: 2 Method: OpenID-Connect deprecated: false - '/v1/organizations/{organizationId}/subscribe-key': + '/v1/organizations/{orgId}/subscribe-key': get: tags: - config summary: Get subscribe key parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -3118,13 +3118,13 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organizations/{organizationId}/subscribe-key/renew': + '/v1/organizations/{orgId}/subscribe-key/renew': post: tags: - config summary: Renew subscribe key parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -3153,13 +3153,13 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organizations/{organizationId}/users/count': + '/v1/organizations/{orgId}/users/count': get: tags: - config summary: Get organization users count parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -3185,13 +3185,13 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organizations/{organizationId}/subscription': + '/v1/organizations/{orgId}/subscription': get: tags: - config summary: Get organization subscription status (enable/disable) parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -3212,13 +3212,13 @@ paths: example: Enabled: false deprecated: false - '/v1/organizations/{organizationId}/users': + '/v1/organizations/{orgId}/users': post: tags: - config summary: Add user to organization parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -3288,7 +3288,7 @@ paths: type: integer format: int32 example: 1024 - - name: organizationId + - name: orgId in: path required: true schema: @@ -3330,13 +3330,13 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organizations/{organizationId}/users/{userId}': + '/v1/organizations/{orgId}/users/{userId}': delete: tags: - config summary: Delete user from organization parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -3364,13 +3364,13 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organizations/{orgID}/purposes/{purposeID}/attributes/{attributeID}/consented/users': + '/v1/organizations/{orgId}/purposes/{purposeID}/attributes/{attributeID}/consented/users': get: tags: - config summary: Get all users consented to data attribute parameters: - - name: orgID + - name: orgId in: path required: true schema: @@ -3693,13 +3693,13 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organizations/{organizationId}/webhooks': + '/v1/organizations/{orgId}/webhooks': post: tags: - config description: Create webhook parameters: - - name: organizationId + - name: orgId in: path required: true style: simple @@ -3782,7 +3782,7 @@ paths: - config description: Get all webhooks for an organisation parameters: - - name: organizationId + - name: orgId in: path required: true style: simple @@ -3820,13 +3820,13 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organizations/{organizationId}/webhooks/{webhookId}': + '/v1/organizations/{orgId}/webhooks/{webhookId}': get: tags: - config description: Get a webhook by ID parameters: - - name: organizationId + - name: orgId in: path required: true style: simple @@ -3887,7 +3887,7 @@ paths: - config description: Delete webhook parameters: - - name: organizationId + - name: orgId in: path required: true style: simple @@ -3914,7 +3914,7 @@ paths: - config description: Update webhook parameters: - - name: organizationId + - name: orgId in: path required: true style: simple @@ -3998,13 +3998,13 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organizations/{organizationId}/webhooks/{webhookId}/ping': + '/v1/organizations/{orgId}/webhooks/{webhookId}/ping': post: tags: - config description: Ping webhook parameters: - - name: organizationId + - name: orgId in: path required: true style: simple @@ -4050,13 +4050,13 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organizations/{organizationId}/webhooks/{webhookId}/delivery': + '/v1/organizations/{orgId}/webhooks/{webhookId}/delivery': get: tags: - config description: Get recent webhook deliveries parameters: - - name: organizationId + - name: orgId in: path required: true style: simple @@ -4115,13 +4115,13 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organizations/{organizationId}/webhooks/{webhookId}/delivery/{deliveryId}': + '/v1/organizations/{orgId}/webhooks/{webhookId}/delivery/{deliveryId}': get: tags: - config description: Get recent webhook delivery by ID parameters: - - name: organizationId + - name: orgId in: path required: true style: simple @@ -4290,13 +4290,13 @@ paths: x-badges: - color: primary-color label: 'Authorised roles: Organisation admin' - '/v1/organizations/{organizationId}/webhooks/{webhookId}/delivery/{deliveryId}/redeliver': + '/v1/organizations/{orgId}/webhooks/{webhookId}/delivery/{deliveryId}/redeliver': post: tags: - config description: Redeliver a webhook payload by delivery ID parameters: - - name: organizationId + - name: orgId in: path required: true style: simple diff --git a/openapi/v2023.8.2/index.yaml b/openapi/v2023.8.2/index.yaml index 2d80c82..d490641 100644 --- a/openapi/v2023.8.2/index.yaml +++ b/openapi/v2023.8.2/index.yaml @@ -111,19 +111,19 @@ paths: $ref: "./paths/onboarding/configureOrganisation/organisationType/getAndUpdateOrganisationTypeImage.yaml" /v1/organizations: $ref: "./paths/onboarding/configureOrganisation/addOrganisation.yaml" - /v1/organizations/{organizationId}: + /v1/organizations/{orgId}: $ref: "./paths/onboarding/configureOrganisation/getAndUpdateOrganisation.yaml" - /v1/organizations/{organizationId}/coverimage: + /v1/organizations/{orgId}/coverimage: $ref: "./paths/onboarding/configureOrganisation/updateOrganisationCoverImage.yaml" - /v1/organizations/{organizationId}/logoimage: + /v1/organizations/{orgId}/logoimage: $ref: "./paths/onboarding/configureOrganisation/updateOrganisationLogoImage.yaml" - /v1/organizations/{organizationId}/image/{imageId}: + /v1/organizations/{orgId}/image/{imageId}: $ref: "./paths/onboarding/configureOrganisation/getOrganisationImageById.yaml" - /v1/organizations/{organizationId}/image/{imageId}/web: + /v1/organizations/{orgId}/image/{imageId}/web: $ref: "./paths/onboarding/configureOrganisation/getOrganisationImageByIdForWeb.yaml" - /v1/organizations/{organizationId}/eulaURL: + /v1/organizations/{orgId}/eulaURL: $ref: "./paths/onboarding/configureOrganisation/updateAndDeleteOrganisationEULAURL.yaml" - /v1/organizations/{organizationId}/admins: + /v1/organizations/{orgId}/admins: $ref: "./paths/onboarding/configureOrganisation/addGetDeleteOrganisationAdmin.yaml" /v1/organizations/roles: $ref: "./paths/onboarding/configureOrganisation/getOrganisationRoles.yaml" @@ -143,43 +143,43 @@ paths: $ref: "./paths/onboarding/developer/getAndCreateAPIKey.yaml" /v1/user/apikey/revoke: $ref: "./paths/onboarding/developer/deleteAPIKey.yaml" - /v1/organizations/{organizationId}/global-policy-configuration: + /v1/organizations/{orgId}/global-policy-configuration: $ref: "./paths/config/consentAgreements/globalPolicyConfigurations/getAndUpdateGlobalPolicyConfiguration.yaml" - /v1/organizations/{organizationId}/purposes: + /v1/organizations/{orgId}/purposes: $ref: "./paths/config/consentAgreements/getAndAddConsentAgreements.yaml" - /v1/organizations/{organizationId}/purposes/{purposeId}: + /v1/organizations/{orgId}/purposes/{purposeId}: $ref: "./paths/config/consentAgreements/getDeleteUpdateConsentAgreementByID.yaml" - /v1/organizations/{organizationId}/templates: + /v1/organizations/{orgId}/templates: $ref: "./paths/config/dataAttributes/getAndAddDataAttributes.yaml" - /v1/organizations/{organizationId}/templates/{templateId}: + /v1/organizations/{orgId}/templates/{templateId}: $ref: "./paths/config/dataAttributes/updateAndDeleteDataAttributeByID.yaml" - /v1/organizations/{organizationId}/purposes/{purposeId}/templates: + /v1/organizations/{orgId}/purposes/{purposeId}/templates: $ref: "./paths/config/dataAttributes/deleteMultipleDataAttributes.yaml" - /v1/organizations/{organizationID}/templates/{templateID}: + /v1/organizations/{orgId}/templates/{templateID}: $ref: "./paths/config/dataAttributes/getDataAttributeByID.yaml" - /v1/organizations/{organizationID}/idp/open-id: + /v1/organizations/{orgId}/idp/open-id: $ref: "./paths/config/manageIndividuals/subscription/addGetUpdateAndDeleteIdentityProvider.yaml" - /v1/organizations/{organizationId}/subscription/enable: + /v1/organizations/{orgId}/subscription/enable: $ref: "./paths/config/manageIndividuals/subscription/enableOrganisationForSubscription.yaml" - /v1/organizations/{organizationId}/subscription/disable: + /v1/organizations/{orgId}/subscription/disable: $ref: "./paths/config/manageIndividuals/subscription/disableOrganisationForSubscription.yaml" - /v1/organizations/{organizationId}/subscribe-method: + /v1/organizations/{orgId}/subscribe-method: $ref: "./paths/config/manageIndividuals/subscription/getAndSetSubscriptionMethod.yaml" /v1/organizations/subscribe-methods: $ref: "./paths/config/manageIndividuals/subscription/getAllSubscriptionMethods.yaml" - /v1/organizations/{organizationId}/subscribe-key: + /v1/organizations/{orgId}/subscribe-key: $ref: "./paths/config/manageIndividuals/subscription/getCurrentSubscriptionKey.yaml" - /v1/organizations/{organizationId}/subscribe-key/renew: + /v1/organizations/{orgId}/subscribe-key/renew: $ref: "./paths/config/manageIndividuals/subscription/renewSubscriptionKey.yaml" - /v1/organizations/{organizationId}/users/count: + /v1/organizations/{orgId}/users/count: $ref: "./paths/config/manageIndividuals/subscription/getOrganisationUsersCount.yaml" - /v1/organizations/{organizationId}/subscription: + /v1/organizations/{orgId}/subscription: $ref: "./paths/config/manageIndividuals/subscription/getOrganisationSubscriptionStatus.yaml" - /v1/organizations/{organizationId}/users: + /v1/organizations/{orgId}/users: $ref: "./paths/config/manageIndividuals/addAndGetOrganisationUsers.yaml" - /v1/organizations/{organizationId}/users/{userId}: + /v1/organizations/{orgId}/users/{userId}: $ref: "./paths/config/manageIndividuals/deleteUserFromOrganisation.yaml" - /v1/organizations/{orgID}/purposes/{purposeID}/attributes/{attributeID}/consented/users: + /v1/organizations/{orgId}/purposes/{purposeID}/attributes/{attributeID}/consented/users: $ref: "./paths/config/manageIndividuals/consentAgreementRecords/getAllUsersConsentedToDataAttribute.yaml" /v1/organizations/{orgId}/purposes/{purposeId}/consented/users: $ref: "./paths/config/manageIndividuals/consentAgreementRecords/getAllUsersConsentedToDataAgreement.yaml" @@ -193,17 +193,17 @@ paths: $ref: "./paths/config/webhooks/getAvailableWebhookEventTypes.yaml" /v1/organizations/webhooks/payload/content-types: $ref: "./paths/config/webhooks/getAvailableWebhookPayloadTypes.yaml" - /v1/organizations/{organizationId}/webhooks: + /v1/organizations/{orgId}/webhooks: $ref: "./paths/config/webhooks/createAndGetAllWebhooks.yaml" - /v1/organizations/{organizationId}/webhooks/{webhookId}: + /v1/organizations/{orgId}/webhooks/{webhookId}: $ref: "./paths/config/webhooks/getDeleteAndUpdateWebhookByID.yaml" - /v1/organizations/{organizationId}/webhooks/{webhookId}/ping: + /v1/organizations/{orgId}/webhooks/{webhookId}/ping: $ref: "./paths/config/webhooks/pingWebhook.yaml" - /v1/organizations/{organizationId}/webhooks/{webhookId}/delivery: + /v1/organizations/{orgId}/webhooks/{webhookId}/delivery: $ref: "./paths/config/webhooks/getRecentWebhookDeliveries.yaml" - /v1/organizations/{organizationId}/webhooks/{webhookId}/delivery/{deliveryId}: + /v1/organizations/{orgId}/webhooks/{webhookId}/delivery/{deliveryId}: $ref: "./paths/config/webhooks/getRecentWebhookDeliveryByID.yaml" - /v1/organizations/{organizationId}/webhooks/{webhookId}/delivery/{deliveryId}/redeliver: + /v1/organizations/{orgId}/webhooks/{webhookId}/delivery/{deliveryId}/redeliver: $ref: "./paths/config/webhooks/redeliverWebhook.yaml" components: schemas: diff --git a/openapi/v2023.8.2/paths/config/consentAgreements/getAndAddConsentAgreements.yaml b/openapi/v2023.8.2/paths/config/consentAgreements/getAndAddConsentAgreements.yaml index 5ef7f9f..60981b6 100644 --- a/openapi/v2023.8.2/paths/config/consentAgreements/getAndAddConsentAgreements.yaml +++ b/openapi/v2023.8.2/paths/config/consentAgreements/getAndAddConsentAgreements.yaml @@ -3,7 +3,7 @@ post: - config description: Add consent agreement parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -44,7 +44,7 @@ get: - config description: Get consent agreements parameters: - - name: organizationId + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.2/paths/config/consentAgreements/getDeleteUpdateConsentAgreementByID.yaml b/openapi/v2023.8.2/paths/config/consentAgreements/getDeleteUpdateConsentAgreementByID.yaml index 977b698..ddbf673 100644 --- a/openapi/v2023.8.2/paths/config/consentAgreements/getDeleteUpdateConsentAgreementByID.yaml +++ b/openapi/v2023.8.2/paths/config/consentAgreements/getDeleteUpdateConsentAgreementByID.yaml @@ -3,7 +3,7 @@ delete: - config description: Delete consent agreement by id parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -52,7 +52,7 @@ put: - config description: Update consent agreement by id parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -92,7 +92,7 @@ get: - config description: Get consent agreement by id parameters: - - name: organizationId + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.2/paths/config/consentAgreements/globalPolicyConfigurations/getAndUpdateGlobalPolicyConfiguration.yaml b/openapi/v2023.8.2/paths/config/consentAgreements/globalPolicyConfigurations/getAndUpdateGlobalPolicyConfiguration.yaml index 5777805..c78cce7 100644 --- a/openapi/v2023.8.2/paths/config/consentAgreements/globalPolicyConfigurations/getAndUpdateGlobalPolicyConfiguration.yaml +++ b/openapi/v2023.8.2/paths/config/consentAgreements/globalPolicyConfigurations/getAndUpdateGlobalPolicyConfiguration.yaml @@ -3,7 +3,7 @@ get: - config description: Get global policy configurations parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -26,7 +26,7 @@ post: - config description: Update global policy configurations parameters: - - name: organizationId + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.2/paths/config/dataAttributes/deleteMultipleDataAttributes.yaml b/openapi/v2023.8.2/paths/config/dataAttributes/deleteMultipleDataAttributes.yaml index f1dba68..6c976b6 100644 --- a/openapi/v2023.8.2/paths/config/dataAttributes/deleteMultipleDataAttributes.yaml +++ b/openapi/v2023.8.2/paths/config/dataAttributes/deleteMultipleDataAttributes.yaml @@ -3,7 +3,7 @@ delete: - config description: Delete multiple data attributes parameters: - - name: organizationId + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.2/paths/config/dataAttributes/getAndAddDataAttributes.yaml b/openapi/v2023.8.2/paths/config/dataAttributes/getAndAddDataAttributes.yaml index b5bc198..44de75e 100644 --- a/openapi/v2023.8.2/paths/config/dataAttributes/getAndAddDataAttributes.yaml +++ b/openapi/v2023.8.2/paths/config/dataAttributes/getAndAddDataAttributes.yaml @@ -3,7 +3,7 @@ post: - config description: Add data attributes parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -44,7 +44,7 @@ get: - config description: Get data attributes parameters: - - name: organizationId + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.2/paths/config/dataAttributes/getDataAttributeByID.yaml b/openapi/v2023.8.2/paths/config/dataAttributes/getDataAttributeByID.yaml index 971aeba..5cc946e 100644 --- a/openapi/v2023.8.2/paths/config/dataAttributes/getDataAttributeByID.yaml +++ b/openapi/v2023.8.2/paths/config/dataAttributes/getDataAttributeByID.yaml @@ -3,7 +3,7 @@ get: - config description: Get data attribute by ID parameters: - - name: organizationID + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.2/paths/config/dataAttributes/updateAndDeleteDataAttributeByID.yaml b/openapi/v2023.8.2/paths/config/dataAttributes/updateAndDeleteDataAttributeByID.yaml index e9e32ce..314ec65 100644 --- a/openapi/v2023.8.2/paths/config/dataAttributes/updateAndDeleteDataAttributeByID.yaml +++ b/openapi/v2023.8.2/paths/config/dataAttributes/updateAndDeleteDataAttributeByID.yaml @@ -3,7 +3,7 @@ put: - config description: Update data attribute by id parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -52,7 +52,7 @@ delete: - config description: Delete data attribute by id parameters: - - name: organizationId + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.2/paths/config/manageIndividuals/addAndGetOrganisationUsers.yaml b/openapi/v2023.8.2/paths/config/manageIndividuals/addAndGetOrganisationUsers.yaml index b7b6ca5..9d9b11c 100644 --- a/openapi/v2023.8.2/paths/config/manageIndividuals/addAndGetOrganisationUsers.yaml +++ b/openapi/v2023.8.2/paths/config/manageIndividuals/addAndGetOrganisationUsers.yaml @@ -3,7 +3,7 @@ post: - config summary: Add user to organization parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -73,7 +73,7 @@ get: type: integer format: int32 example: 1024 - - name: organizationId + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.2/paths/config/manageIndividuals/consentAgreementRecords/getAllUsersConsentedToDataAttribute.yaml b/openapi/v2023.8.2/paths/config/manageIndividuals/consentAgreementRecords/getAllUsersConsentedToDataAttribute.yaml index bebb241..e04fef4 100644 --- a/openapi/v2023.8.2/paths/config/manageIndividuals/consentAgreementRecords/getAllUsersConsentedToDataAttribute.yaml +++ b/openapi/v2023.8.2/paths/config/manageIndividuals/consentAgreementRecords/getAllUsersConsentedToDataAttribute.yaml @@ -3,7 +3,7 @@ get: - config summary: Get all users consented to data attribute parameters: - - name: orgID + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.2/paths/config/manageIndividuals/deleteUserFromOrganisation.yaml b/openapi/v2023.8.2/paths/config/manageIndividuals/deleteUserFromOrganisation.yaml index 4bbdbb4..04096e5 100644 --- a/openapi/v2023.8.2/paths/config/manageIndividuals/deleteUserFromOrganisation.yaml +++ b/openapi/v2023.8.2/paths/config/manageIndividuals/deleteUserFromOrganisation.yaml @@ -3,7 +3,7 @@ delete: - config summary: Delete user from organization parameters: - - name: organizationId + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.2/paths/config/manageIndividuals/subscription/addGetUpdateAndDeleteIdentityProvider.yaml b/openapi/v2023.8.2/paths/config/manageIndividuals/subscription/addGetUpdateAndDeleteIdentityProvider.yaml index edf3cbb..ab03a6c 100644 --- a/openapi/v2023.8.2/paths/config/manageIndividuals/subscription/addGetUpdateAndDeleteIdentityProvider.yaml +++ b/openapi/v2023.8.2/paths/config/manageIndividuals/subscription/addGetUpdateAndDeleteIdentityProvider.yaml @@ -3,7 +3,7 @@ post: - config summary: Add identity provider parameters: - - name: organizationID + - name: orgId in: path required: true schema: @@ -33,7 +33,7 @@ put: - config summary: Update identity provider parameters: - - name: organizationID + - name: orgId in: path required: true schema: @@ -63,7 +63,7 @@ delete: - config summary: Delete identity provider parameters: - - name: organizationID + - name: orgId in: path required: true schema: @@ -84,7 +84,7 @@ get: - config summary: Get identity provider parameters: - - name: organizationID + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.2/paths/config/manageIndividuals/subscription/disableOrganisationForSubscription.yaml b/openapi/v2023.8.2/paths/config/manageIndividuals/subscription/disableOrganisationForSubscription.yaml index 3d6b5bd..7a7d359 100644 --- a/openapi/v2023.8.2/paths/config/manageIndividuals/subscription/disableOrganisationForSubscription.yaml +++ b/openapi/v2023.8.2/paths/config/manageIndividuals/subscription/disableOrganisationForSubscription.yaml @@ -3,7 +3,7 @@ post: - config summary: Disable organization for subscription parameters: - - name: organizationId + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.2/paths/config/manageIndividuals/subscription/enableOrganisationForSubscription.yaml b/openapi/v2023.8.2/paths/config/manageIndividuals/subscription/enableOrganisationForSubscription.yaml index 200937d..25dee0e 100644 --- a/openapi/v2023.8.2/paths/config/manageIndividuals/subscription/enableOrganisationForSubscription.yaml +++ b/openapi/v2023.8.2/paths/config/manageIndividuals/subscription/enableOrganisationForSubscription.yaml @@ -3,7 +3,7 @@ post: - config summary: Enable organization for subscription parameters: - - name: organizationId + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.2/paths/config/manageIndividuals/subscription/getAndSetSubscriptionMethod.yaml b/openapi/v2023.8.2/paths/config/manageIndividuals/subscription/getAndSetSubscriptionMethod.yaml index a4a37a2..03bed49 100644 --- a/openapi/v2023.8.2/paths/config/manageIndividuals/subscription/getAndSetSubscriptionMethod.yaml +++ b/openapi/v2023.8.2/paths/config/manageIndividuals/subscription/getAndSetSubscriptionMethod.yaml @@ -3,7 +3,7 @@ get: - config summary: Get subscribe method parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -38,7 +38,7 @@ post: - config summary: Set subscribe method parameters: - - name: organizationId + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.2/paths/config/manageIndividuals/subscription/getCurrentSubscriptionKey.yaml b/openapi/v2023.8.2/paths/config/manageIndividuals/subscription/getCurrentSubscriptionKey.yaml index 551825f..432bd96 100644 --- a/openapi/v2023.8.2/paths/config/manageIndividuals/subscription/getCurrentSubscriptionKey.yaml +++ b/openapi/v2023.8.2/paths/config/manageIndividuals/subscription/getCurrentSubscriptionKey.yaml @@ -3,7 +3,7 @@ get: - config summary: Get subscribe key parameters: - - name: organizationId + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.2/paths/config/manageIndividuals/subscription/getOrganisationSubscriptionStatus.yaml b/openapi/v2023.8.2/paths/config/manageIndividuals/subscription/getOrganisationSubscriptionStatus.yaml index a7b44ae..1c5402c 100644 --- a/openapi/v2023.8.2/paths/config/manageIndividuals/subscription/getOrganisationSubscriptionStatus.yaml +++ b/openapi/v2023.8.2/paths/config/manageIndividuals/subscription/getOrganisationSubscriptionStatus.yaml @@ -3,7 +3,7 @@ get: - config summary: Get organization subscription status (enable/disable) parameters: - - name: organizationId + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.2/paths/config/manageIndividuals/subscription/getOrganisationUsersCount.yaml b/openapi/v2023.8.2/paths/config/manageIndividuals/subscription/getOrganisationUsersCount.yaml index e513a59..a39433a 100644 --- a/openapi/v2023.8.2/paths/config/manageIndividuals/subscription/getOrganisationUsersCount.yaml +++ b/openapi/v2023.8.2/paths/config/manageIndividuals/subscription/getOrganisationUsersCount.yaml @@ -3,7 +3,7 @@ get: - config summary: Get organization users count parameters: - - name: organizationId + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.2/paths/config/manageIndividuals/subscription/renewSubscriptionKey.yaml b/openapi/v2023.8.2/paths/config/manageIndividuals/subscription/renewSubscriptionKey.yaml index 36e56a8..9e3ece1 100644 --- a/openapi/v2023.8.2/paths/config/manageIndividuals/subscription/renewSubscriptionKey.yaml +++ b/openapi/v2023.8.2/paths/config/manageIndividuals/subscription/renewSubscriptionKey.yaml @@ -3,7 +3,7 @@ post: - config summary: Renew subscribe key parameters: - - name: organizationId + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.2/paths/config/webhooks/createAndGetAllWebhooks.yaml b/openapi/v2023.8.2/paths/config/webhooks/createAndGetAllWebhooks.yaml index ab011c1..37b344a 100644 --- a/openapi/v2023.8.2/paths/config/webhooks/createAndGetAllWebhooks.yaml +++ b/openapi/v2023.8.2/paths/config/webhooks/createAndGetAllWebhooks.yaml @@ -3,7 +3,7 @@ post: - config description: Create webhook parameters: - - name: organizationId + - name: orgId in: path required: true style: simple @@ -86,7 +86,7 @@ get: - config description: Get all webhooks for an organisation parameters: - - name: organizationId + - name: orgId in: path required: true style: simple diff --git a/openapi/v2023.8.2/paths/config/webhooks/getDeleteAndUpdateWebhookByID.yaml b/openapi/v2023.8.2/paths/config/webhooks/getDeleteAndUpdateWebhookByID.yaml index d736be7..ef3b975 100644 --- a/openapi/v2023.8.2/paths/config/webhooks/getDeleteAndUpdateWebhookByID.yaml +++ b/openapi/v2023.8.2/paths/config/webhooks/getDeleteAndUpdateWebhookByID.yaml @@ -3,7 +3,7 @@ get: - config description: Get a webhook by ID parameters: - - name: organizationId + - name: orgId in: path required: true style: simple @@ -64,7 +64,7 @@ delete: - config description: Delete webhook parameters: - - name: organizationId + - name: orgId in: path required: true style: simple @@ -91,7 +91,7 @@ put: - config description: Update webhook parameters: - - name: organizationId + - name: orgId in: path required: true style: simple diff --git a/openapi/v2023.8.2/paths/config/webhooks/getRecentWebhookDeliveries.yaml b/openapi/v2023.8.2/paths/config/webhooks/getRecentWebhookDeliveries.yaml index b01a1e8..d6bf591 100644 --- a/openapi/v2023.8.2/paths/config/webhooks/getRecentWebhookDeliveries.yaml +++ b/openapi/v2023.8.2/paths/config/webhooks/getRecentWebhookDeliveries.yaml @@ -3,7 +3,7 @@ get: - config description: Get recent webhook deliveries parameters: - - name: organizationId + - name: orgId in: path required: true style: simple diff --git a/openapi/v2023.8.2/paths/config/webhooks/getRecentWebhookDeliveryByID.yaml b/openapi/v2023.8.2/paths/config/webhooks/getRecentWebhookDeliveryByID.yaml index 0c48676..9153965 100644 --- a/openapi/v2023.8.2/paths/config/webhooks/getRecentWebhookDeliveryByID.yaml +++ b/openapi/v2023.8.2/paths/config/webhooks/getRecentWebhookDeliveryByID.yaml @@ -3,7 +3,7 @@ get: - config description: Get recent webhook delivery by ID parameters: - - name: organizationId + - name: orgId in: path required: true style: simple diff --git a/openapi/v2023.8.2/paths/config/webhooks/pingWebhook.yaml b/openapi/v2023.8.2/paths/config/webhooks/pingWebhook.yaml index 3284a8e..ea2d7f6 100644 --- a/openapi/v2023.8.2/paths/config/webhooks/pingWebhook.yaml +++ b/openapi/v2023.8.2/paths/config/webhooks/pingWebhook.yaml @@ -3,7 +3,7 @@ post: - config description: Ping webhook parameters: - - name: organizationId + - name: orgId in: path required: true style: simple diff --git a/openapi/v2023.8.2/paths/config/webhooks/redeliverWebhook.yaml b/openapi/v2023.8.2/paths/config/webhooks/redeliverWebhook.yaml index 74852be..c6abb90 100644 --- a/openapi/v2023.8.2/paths/config/webhooks/redeliverWebhook.yaml +++ b/openapi/v2023.8.2/paths/config/webhooks/redeliverWebhook.yaml @@ -3,7 +3,7 @@ post: - config description: Redeliver a webhook payload by delivery ID parameters: - - name: organizationId + - name: orgId in: path required: true style: simple diff --git a/openapi/v2023.8.2/paths/onboarding/configureOrganisation/addGetDeleteOrganisationAdmin.yaml b/openapi/v2023.8.2/paths/onboarding/configureOrganisation/addGetDeleteOrganisationAdmin.yaml index d2e082b..3e1aa86 100644 --- a/openapi/v2023.8.2/paths/onboarding/configureOrganisation/addGetDeleteOrganisationAdmin.yaml +++ b/openapi/v2023.8.2/paths/onboarding/configureOrganisation/addGetDeleteOrganisationAdmin.yaml @@ -3,7 +3,7 @@ post: - onboarding description: Add org admin parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -46,7 +46,7 @@ get: - onboarding description: Get org admin parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -79,7 +79,7 @@ delete: - onboarding description: Delete org admin parameters: - - name: organizationId + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.2/paths/onboarding/configureOrganisation/getAndUpdateOrganisation.yaml b/openapi/v2023.8.2/paths/onboarding/configureOrganisation/getAndUpdateOrganisation.yaml index 412882f..40915b8 100644 --- a/openapi/v2023.8.2/paths/onboarding/configureOrganisation/getAndUpdateOrganisation.yaml +++ b/openapi/v2023.8.2/paths/onboarding/configureOrganisation/getAndUpdateOrganisation.yaml @@ -3,7 +3,7 @@ get: - onboarding description: Get organization by ID parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -31,7 +31,7 @@ patch: - onboarding description: Update organization parameters: - - name: organizationId + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.2/paths/onboarding/configureOrganisation/getOrganisationImageById.yaml b/openapi/v2023.8.2/paths/onboarding/configureOrganisation/getOrganisationImageById.yaml index f4523f8..3a1cdb2 100644 --- a/openapi/v2023.8.2/paths/onboarding/configureOrganisation/getOrganisationImageById.yaml +++ b/openapi/v2023.8.2/paths/onboarding/configureOrganisation/getOrganisationImageById.yaml @@ -3,7 +3,7 @@ get: - onboarding description: Get organization image parameters: - - name: organizationId + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.2/paths/onboarding/configureOrganisation/getOrganisationImageByIdForWeb.yaml b/openapi/v2023.8.2/paths/onboarding/configureOrganisation/getOrganisationImageByIdForWeb.yaml index ce2b1ab..f1fad4a 100644 --- a/openapi/v2023.8.2/paths/onboarding/configureOrganisation/getOrganisationImageByIdForWeb.yaml +++ b/openapi/v2023.8.2/paths/onboarding/configureOrganisation/getOrganisationImageByIdForWeb.yaml @@ -3,7 +3,7 @@ get: - onboarding description: Get organization image for web parameters: - - name: organizationId + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.2/paths/onboarding/configureOrganisation/updateAndDeleteOrganisationEULAURL.yaml b/openapi/v2023.8.2/paths/onboarding/configureOrganisation/updateAndDeleteOrganisationEULAURL.yaml index 0e62857..d28d6c7 100644 --- a/openapi/v2023.8.2/paths/onboarding/configureOrganisation/updateAndDeleteOrganisationEULAURL.yaml +++ b/openapi/v2023.8.2/paths/onboarding/configureOrganisation/updateAndDeleteOrganisationEULAURL.yaml @@ -3,7 +3,7 @@ post: - onboarding description: Update organization EULA url parameters: - - name: organizationId + - name: orgId in: path required: true schema: @@ -34,7 +34,7 @@ delete: - onboarding description: Delete organization EULA url parameters: - - name: organizationId + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.2/paths/onboarding/configureOrganisation/updateOrganisationCoverImage.yaml b/openapi/v2023.8.2/paths/onboarding/configureOrganisation/updateOrganisationCoverImage.yaml index ea569e6..0564eeb 100644 --- a/openapi/v2023.8.2/paths/onboarding/configureOrganisation/updateOrganisationCoverImage.yaml +++ b/openapi/v2023.8.2/paths/onboarding/configureOrganisation/updateOrganisationCoverImage.yaml @@ -3,7 +3,7 @@ post: - onboarding description: Update organization cover image parameters: - - name: organizationId + - name: orgId in: path required: true schema: diff --git a/openapi/v2023.8.2/paths/onboarding/configureOrganisation/updateOrganisationLogoImage.yaml b/openapi/v2023.8.2/paths/onboarding/configureOrganisation/updateOrganisationLogoImage.yaml index 848be19..2e81c0b 100644 --- a/openapi/v2023.8.2/paths/onboarding/configureOrganisation/updateOrganisationLogoImage.yaml +++ b/openapi/v2023.8.2/paths/onboarding/configureOrganisation/updateOrganisationLogoImage.yaml @@ -3,7 +3,7 @@ post: - onboarding description: Update organization logo image parameters: - - name: organizationId + - name: orgId in: path required: true schema: