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 330459c commit fe95767Copy full SHA for fe95767
docs/usage/writing/creating.md
@@ -16,8 +16,8 @@ POST /articles HTTP/1.1
16
}
17
```
18
19
-When using client-generated IDs and only attributes from the request have changed, the server returns `204 No Content`.
20
-Otherwise, the server returns `201 Created`, along with the updated resource and its newly assigned ID.
+When using client-generated IDs and all attributes of the created resource are the same as in the request, the server
+returns `204 No Content`. Otherwise, the server returns `201 Created`, along with the stored attributes and its newly assigned ID.
21
22
In both cases, a `Location` header is returned that contains the URL to the new resource.
23
0 commit comments