Update endpoints.md

This commit is contained in:
Gaspard Wierzbinski 2024-04-09 15:24:44 -10:00 committed by GitHub
parent 4898a8419d
commit 9d913fd76a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,7 +48,7 @@ curl -X POST -H "Content-Type: application/json" -H "Accept: application/json" -
}' https://example.com/users/uuid/inbox }' https://example.com/users/uuid/inbox
``` ```
The server **MUST** respond with a `200 OK` response code if the operation was successful. The server **MUST** respond with a `201 CREATED` response code if the operation was successful.
## User Outbox ## User Outbox