From 9d913fd76a8eadc5f93e343b65b641b75a2a8c87 Mon Sep 17 00:00:00 2001 From: Gaspard Wierzbinski Date: Tue, 9 Apr 2024 15:24:44 -1000 Subject: [PATCH] Update endpoints.md --- docs/federation/endpoints.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/federation/endpoints.md b/docs/federation/endpoints.md index e74bec1..553a9d8 100644 --- a/docs/federation/endpoints.md +++ b/docs/federation/endpoints.md @@ -48,7 +48,7 @@ curl -X POST -H "Content-Type: application/json" -H "Accept: application/json" - }' 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