Commit b2966838 authored by ruiyue's avatar ruiyue
Browse files

Merge branch '28.532_Rel18_CR0396_Correct_delete_response_code' into...

Merge branch '28.532_Rel18_CR0396_Correct_delete_response_code' into 'Integration_Rel18_SA5_164_YAML'

28.532_Rel18_CR0396_Correct_delete_response_code into Integration

See merge request !1963
parents 6ecf3a29 2c9b7a1e
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -349,9 +349,15 @@ paths:
      responses:
        '200':
          description: >-
            The response code is deprecated. Use 204 instead.
            Success case ("200 OK").
            This status code is returned, when the resource has been successfully deleted.
            The response body is empty.
        '204':
          description: >-
            Success case ("204 No Content").
            This status code is returned, when the resource has been successfully deleted.
            The response body is empty.
        default:
          description: Error case.
          content: