Commit 16fa2060 authored by ruiyue's avatar ruiyue
Browse files

Merge branch '28.532_Rel19_CR0397_Correct_delete_response_code' into...

Merge branch '28.532_Rel19_CR0397_Correct_delete_response_code' into 'Integration_Rel19_SA5_164_YAML'

28.532_Rel19_CR0397_Correct_delete_response_code into Integration

See merge request !1964
parents a12fa52e 0e92cfc4
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -388,9 +388,9 @@ paths:
        With HTTP DELETE one resource is deleted. The resources to be deleted is
        identified with the target URI.
      responses:
        '200':
        '204':
          description: >-
            Success case ("200 OK").
            Success case ("204 No Content").
            This status code is returned, when the resource has been successfully deleted.
            The response body is empty.
        default: