Commit b4958ef2 authored by Samir Medjiah's avatar Samir Medjiah
Browse files

SOL002_95 DELETE Method (on "PM job") description and response updated

parent 715874c4
...@@ -404,12 +404,14 @@ paths: ...@@ -404,12 +404,14 @@ paths:
delete: delete:
description: > description: >
This method terminates an individual PM job. This method terminates an individual PM job.
As the result of successfully executing this method, the "Individual PM job"
resource shall not exist any longer.
responses: responses:
204: 204:
description: > description: >
204 NO CONTENT 204 NO CONTENT
The PM job was deleted successfully. Shall be returned when the PM job has been deleted successfully.
The response body shall be empty. The response body shall be empty.
headers: headers:
Content-Type: Content-Type:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment