Commit d887b211 authored by bradburyr's avatar bradburyr
Browse files

HTTP 405 (Method Not Allowed) is replaced by 409 (Conflict) in the case where...

HTTP 405 (Method Not Allowed) is replaced by 409 (Conflict) in the case where a resource with the specified URL already exists at the target URI of a create.
parent 7eaa65b5
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -87,8 +87,6 @@ paths:
          $ref: 'TS29571_CommonData.yaml#/components/responses/400'
        '401': # Unauthorized
          $ref: 'TS29571_CommonData.yaml#/components/responses/401'
        '405': # Method Not Allowed: Content Hosting Configuration resource already exists at the specified path
          $ref: 'TS29571_CommonData.yaml#/components/responses/405'
        '409': # Conflict: Resource already exists
          $ref: 'TS29571_CommonData.yaml#/components/responses/409'
        '410': # Gone: This resource has previously been destroyed