Skip to content

Commit c1b228f

Browse files
authored
Update azure/Guidelines.md
1 parent f930569 commit c1b228f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure/Guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Method | Description | Response Status Code
127127
PATCH | Create/Modify the resource with JSON Merge Patch | `200-OK`, `201-Created`
128128
PUT | Create/Replace the _whole_ resource | `200-OK`, `201-Created`
129129
POST | Create new resource (ID set by service) | `201-Created` with URL of created resource
130-
POST | Action | `200-OK`, `204-No Content`
130+
POST | Action | `200-OK`, `204-No Content` (only when nothing returned in response body)
131131
GET | Read (i.e. list) a resource collection | `200-OK`
132132
GET | Read the resource | `200-OK`
133133
DELETE | Remove the resource | `204-No Content`\; avoid `404-Not Found`

0 commit comments

Comments
 (0)