Skip to content

Commit

Permalink
Upd: Use orgId as path parameter
Browse files Browse the repository at this point in the history
Signed-off-by: George J Padayatti <[email protected]>
  • Loading branch information
georgepadayatti committed Sep 15, 2023
1 parent 0fd57c5 commit 537b834
Show file tree
Hide file tree
Showing 65 changed files with 322 additions and 322 deletions.
162 changes: 81 additions & 81 deletions openapi/v2023.8.1/bundled.yaml

Large diffs are not rendered by default.

60 changes: 30 additions & 30 deletions openapi/v2023.8.1/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ post:
- config
description: Add consent agreement
parameters:
- name: organizationId
- name: orgId
in: path
required: true
schema:
Expand Down Expand Up @@ -41,7 +41,7 @@ get:
- config
description: Get consent agreements
parameters:
- name: organizationId
- name: orgId
in: path
required: true
schema:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ delete:
- config
description: Delete consent agreement by id
parameters:
- name: organizationId
- name: orgId
in: path
required: true
schema:
Expand Down Expand Up @@ -49,7 +49,7 @@ put:
- config
description: Update consent agreement by id
parameters:
- name: organizationId
- name: orgId
in: path
required: true
schema:
Expand Down Expand Up @@ -86,7 +86,7 @@ get:
- config
description: Get consent agreement by id
parameters:
- name: organizationId
- name: orgId
in: path
required: true
schema:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ get:
- config
description: Get global policy configurations
parameters:
- name: organizationId
- name: orgId
in: path
required: true
schema:
Expand Down Expand Up @@ -69,7 +69,7 @@ post:
- config
description: Update global policy configurations
parameters:
- name: organizationId
- name: orgId
in: path
required: true
schema:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ delete:
- config
description: Delete multiple data attributes
parameters:
- name: organizationId
- name: orgId
in: path
required: true
schema:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ post:
- config
description: Add data attributes
parameters:
- name: organizationId
- name: orgId
in: path
required: true
schema:
Expand Down Expand Up @@ -41,7 +41,7 @@ get:
- config
description: Get data attributes
parameters:
- name: organizationId
- name: orgId
in: path
required: true
schema:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ get:
- config
description: Get data attribute by ID
parameters:
- name: organizationID
- name: orgId
in: path
required: true
schema:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ put:
- config
description: Update data attribute by id
parameters:
- name: organizationId
- name: orgId
in: path
required: true
schema:
Expand Down Expand Up @@ -49,7 +49,7 @@ delete:
- config
description: Delete data attribute by id
parameters:
- name: organizationId
- name: orgId
in: path
required: true
schema:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ post:
- config
summary: Add user to organization
parameters:
- name: organizationId
- name: orgId
in: path
required: true
schema:
Expand Down Expand Up @@ -70,7 +70,7 @@ get:
type: integer
format: int32
example: 1024
- name: organizationId
- name: orgId
in: path
required: true
schema:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ get:
- config
summary: Get all users consented to data attribute
parameters:
- name: orgID
- name: orgId
in: path
required: true
schema:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ delete:
- config
summary: Delete user from organization
parameters:
- name: organizationId
- name: orgId
in: path
required: true
schema:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ post:
- config
summary: Add identity provider
parameters:
- name: organizationID
- name: orgId
in: path
required: true
schema:
Expand All @@ -30,7 +30,7 @@ put:
- config
summary: Update identity provider
parameters:
- name: organizationID
- name: orgId
in: path
required: true
schema:
Expand All @@ -57,7 +57,7 @@ delete:
- config
summary: Delete identity provider
parameters:
- name: organizationID
- name: orgId
in: path
required: true
schema:
Expand All @@ -75,7 +75,7 @@ get:
- config
summary: Get identity provider
parameters:
- name: organizationID
- name: orgId
in: path
required: true
schema:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ post:
- config
summary: Disable organization for subscription
parameters:
- name: organizationId
- name: orgId
in: path
required: true
schema:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ post:
- config
summary: Enable organization for subscription
parameters:
- name: organizationId
- name: orgId
in: path
required: true
schema:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ get:
- config
summary: Get subscribe method
parameters:
- name: organizationId
- name: orgId
in: path
required: true
schema:
Expand Down Expand Up @@ -35,7 +35,7 @@ post:
- config
summary: Set subscribe method
parameters:
- name: organizationId
- name: orgId
in: path
required: true
schema:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ get:
- config
summary: Get subscribe key
parameters:
- name: organizationId
- name: orgId
in: path
required: true
schema:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ get:
- config
summary: Get organization subscription status (enable/disable)
parameters:
- name: organizationId
- name: orgId
in: path
required: true
schema:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ get:
- config
summary: Get organization users count
parameters:
- name: organizationId
- name: orgId
in: path
required: true
schema:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ post:
- config
summary: Renew subscribe key
parameters:
- name: organizationId
- name: orgId
in: path
required: true
schema:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ post:
- config
description: Create webhook
parameters:
- name: organizationId
- name: orgId
in: path
required: true
style: simple
Expand Down Expand Up @@ -83,7 +83,7 @@ get:
- config
description: Get all webhooks for an organisation
parameters:
- name: organizationId
- name: orgId
in: path
required: true
style: simple
Expand Down
Loading

0 comments on commit 537b834

Please sign in to comment.