Commit 76ce2f6f authored by lohmart's avatar lohmart
Browse files

Changed from oAuth2ClientCredentials (Small leading letter) to OAuth2ClientCredentials.

parent d56acbfe
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ paths:
      operationId: activateConsumptionReporting
      summary: 'Activate the consumption reporting procedure for the specified Provisioning Session by providing the Consumption Reporting Configuration'
      security:
        - oAuth2ClientCredentials:
        - OAuth2ClientCredentials:
          - consumption-reporting-create
      requestBody:
        description: 'A JSON representation of a Consumption Reporting Configuration'
@@ -83,7 +83,7 @@ paths:
      operationId: retrieveConsumptionReportingConfiguration
      summary: 'Retrieve the Consumption Reporting Configuration of the specified Provisioning Session'
      security:
        - oAuth2ClientCredentials:
        - OAuth2ClientCredentials:
          - consumption-reporting-read
      responses:
        '200': # OK
@@ -114,7 +114,7 @@ paths:
      operationId: updateConsumptionReportingConfiguration
      summary: 'Update the Consumption Reporting Configuration for the specified Provisioning Session'
      security:
        - oAuth2ClientCredentials:
        - OAuth2ClientCredentials:
          - consumption-reporting-put
      requestBody:
        description: 'A JSON representation of a Consumption Reporting Configuration'
@@ -160,7 +160,7 @@ paths:
      operationId: patchConsumptionReportingConfiguration
      summary: 'Patch the Consumption Reporting Configuration for the specified Provisioning Session'
      security:
        - oAuth2ClientCredentials:
        - OAuth2ClientCredentials:
          - consumption-reporting-patch
      requestBody:
        description: 'A JSON representation of a Consumption Reporting Configuration'
@@ -209,7 +209,7 @@ paths:
      operationId: destroyConsumptionReportingConfiguration
      summary: 'Destroy the current Consumption Reporting Configuration of the specified Provisioning Session'
      security:
        - oAuth2ClientCredentials:
        - OAuth2ClientCredentials:
          - consumption-reporting-delete
      responses:
        '204': # No Content
+6 −6
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ paths:
      operationId: createContentHostingConfiguration
      summary: 'Create and upload the Content Hosting Configuration for the specified Provisioning Session'
      security:
        - oAuth2ClientCredentials:
        - OAuth2ClientCredentials:
          - content-hosting-configuration-create
      requestBody:
        description: 'A JSON representation of a Content Hosting Configuration'
@@ -85,7 +85,7 @@ paths:
      operationId: retrieveContentHostingConfiguration
      summary: 'Retrieve the Content Hosting Configuration of the specified Provisioning Session'
      security:
        - oAuth2ClientCredentials:
        - OAuth2ClientCredentials:
          - content-hosting-configuration-read
      responses:
        '200': # OK
@@ -116,7 +116,7 @@ paths:
      operationId: updateContentHostingConfiguration
      summary: 'Update (by replacement) the Content Hosting Configuration for the specified Provisioning Session'
      security:
        - oAuth2ClientCredentials:
        - OAuth2ClientCredentials:
          - content-hosting-configuration-put
      requestBody:
        description: 'A JSON representation of a Content Hosting Configuration'
@@ -162,7 +162,7 @@ paths:
      operationId: patchContentHostingConfiguration
      summary: 'Patch the Content Hosting Configuration for the specified Provisioning Session'
      security:
        - oAuth2ClientCredentials:
        - OAuth2ClientCredentials:
          - content-hosting-configuration-patch
      requestBody:
        description: 'A JSON representation of a Content Hosting Configuration'
@@ -211,7 +211,7 @@ paths:
      operationId: destroyContentHostingConfiguration
      summary: 'Destroy the current Content Hosting Configuration of the specified Provisioning Session'
      security:
        - oAuth2ClientCredentials:
        - OAuth2ClientCredentials:
          - content-hosting-configuration-delete
      responses:
        '204': # No Content
@@ -247,7 +247,7 @@ paths:
      operationId: purgeContentHostingCache
      summary: 'Purge the content of the cache for the Content Hosting Configuration of the specified Provisioning Session'
      security:
        - oAuth2ClientCredentials:
        - OAuth2ClientCredentials:
          - content-hosting-configuration-purge
      requestBody:
        description: 'The regular expression pattern for resources to purge from the cache'
+5 −5
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ paths:
      operationId: createContentPreparationTemplate
      summary: 'Create (and optionally upload) a new Content Preparation Template for the specified Provisioning Session'
      security:
        - oAuth2ClientCredentials:
        - OAuth2ClientCredentials:
          - content-preparation-template-create
      requestBody:
        description: 'A Content Preparation Template of any supported type'
@@ -98,7 +98,7 @@ paths:
      operationId: retrieveContentPreparationTemplate
      summary: 'Retrieve the specified Content Preparation Template of the specified Provisioning Session'
      security:
        - oAuth2ClientCredentials:
        - OAuth2ClientCredentials:
          - content-preparation-template-read
      responses:
        '200': # OK
@@ -129,7 +129,7 @@ paths:
      operationId: updateContentPreparationTemplate
      summary: 'Update (by replacement) the specified Content Preparation Template for the specified Provisioning Session'
      security:
        - oAuth2ClientCredentials:
        - OAuth2ClientCredentials:
          - content-preparation-template-put
      requestBody:
        description: 'A Content Preparation Template of any type'
@@ -175,7 +175,7 @@ paths:
      operationId: patchContentPreparationTemplate
      summary: 'Patch the specified Content Preparation Template for the specified Provisioning Session'
      security:
        - oAuth2ClientCredentials:
        - OAuth2ClientCredentials:
          - content-preparation-template-patch
      requestBody:
        description: 'A Content Preparation Template patch of any type'
@@ -218,7 +218,7 @@ paths:
      operationId: destroyContentPreparationTemplate
      summary: 'Destroy the specified Content Preparation Template of the specified Provisioning Session'
      security:
        - oAuth2ClientCredentials:
        - OAuth2ClientCredentials:
          - content-preparation-template-delete
      responses:
        '204': # No Content
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ paths:
      operationId: retrieveContentProtocols
      summary: 'Retrieve the set of Content Protocols supported by the specified Provisioning Session'
      security:
        - oAuth2ClientCredentials:
        - OAuth2ClientCredentials:
          - content-protocols-read
      responses:
        '200':
+5 −5
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ paths:
      operationId: createEdgeResourcesConfiguration
      summary: 'Create an Edge Resources Configuration within the scope of the specified Provisioning Session'
      security:
        - oAuth2ClientCredentials:
        - OAuth2ClientCredentials:
          - edge-resource-configuration-create
      requestBody:
        description: 'A JSON representation of an Edge Resources Configuration'
@@ -97,7 +97,7 @@ paths:
      operationId: retrieveEdgeResourcesConfiguration
      summary: 'Retrieve the Edge Resources Configuration of the specified Provisioning Session'
      security:
        - oAuth2ClientCredentials:
        - OAuth2ClientCredentials:
          - edge-resource-configuration-read
      responses:
        '200': # OK
@@ -128,7 +128,7 @@ paths:
      operationId: updateEdgeResourcesConfiguration
      summary: 'Update an Edge Resources Configuration for the specified Provisioning Session'
      security:
        - oAuth2ClientCredentials:
        - OAuth2ClientCredentials:
          - edge-resource-configuration-put
      requestBody:
        description: 'A JSON representation of an Edge Resources Configuration'
@@ -174,7 +174,7 @@ paths:
      operationId: patchEdgeResourcesConfiguration
      summary: 'Patch the Edge Resources Configuration for the specified Provisioning Session'
      security:
        - oAuth2ClientCredentials:
        - OAuth2ClientCredentials:
          - edge-resource-configuration-patch
      requestBody:
        description: 'A JSON representation of a Edge Resources Configuration'
@@ -223,7 +223,7 @@ paths:
      operationId: destroyEdgeResourcesConfiguration
      summary: 'Destroy the specified Edge Resources Configuration of the specified Provisioning Session'
      security:
        - oAuth2ClientCredentials:
        - OAuth2ClientCredentials:
          - edge-resource-configuration-delete
      responses:
        '204': # No Content
Loading