We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f930569 commit c1b228fCopy full SHA for c1b228f
azure/Guidelines.md
@@ -127,7 +127,7 @@ Method | Description | Response Status Code
127
PATCH | Create/Modify the resource with JSON Merge Patch | `200-OK`, `201-Created`
128
PUT | Create/Replace the _whole_ resource | `200-OK`, `201-Created`
129
POST | Create new resource (ID set by service) | `201-Created` with URL of created resource
130
-POST | Action | `200-OK`, `204-No Content`
+POST | Action | `200-OK`, `204-No Content` (only when nothing returned in response body)
131
GET | Read (i.e. list) a resource collection | `200-OK`
132
GET | Read the resource | `200-OK`
133
DELETE | Remove the resource | `204-No Content`\; avoid `404-Not Found`
0 commit comments