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 4362c54 commit 330459cCopy full SHA for 330459c
docs/usage/writing/creating.md
@@ -17,7 +17,7 @@ POST /articles HTTP/1.1
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 `200 OK`, along with the updated resource and its newly assigned ID.
+Otherwise, the server returns `201 Created`, along with the updated resource 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