Commit 435e3a0e authored by bradburyr's avatar bradburyr
Browse files

Fixed path lowercasing for cache purge operation.

parent 33a8fcae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -220,14 +220,14 @@ paths:
        default:
          $ref: 'TS29571_CommonData.yaml#/components/responses/default'
          
  /provisioning-sessions/{provisioningSessionId}/content-Publishing-configuration/purge:
  /provisioning-sessions/{provisioningSessionId}/content-publishing-configuration/purge:
    parameters:
        - name: provisioningSessionId
          in: path
          required: true
          schema:
            $ref: 'TS26510_CommonData.yaml#/components/schemas/ResourceId'
          description: A unique identifier of the Provisioning
          description: A unique identifier of the Provisioning Session
    post:
      operationId: purgeContentPublishingCache
      summary: 'Purge the content of the cache for the Content Publishing Configuration of the specified Provisioning Session'