From 29e8a7fd7e8ccfdf20a7acf4a16f51477f694e54 Mon Sep 17 00:00:00 2001 From: Julien Fontanet Date: Tue, 10 May 2022 15:31:21 +0200 Subject: [PATCH] docs(xo-server/REST API): Set-Cookie is not implemented --- docs/restapi.md | 2 +- packages/xo-server/docs/rest-api.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/restapi.md b/docs/restapi.md index 91ebcecaa..dfc1cb0b4 100644 --- a/docs/restapi.md +++ b/docs/restapi.md @@ -22,7 +22,7 @@ Cookie: authenticationToken=TN2YBOMYtXB_hHtf4wTzm9p5tTuqq2i15yeuhcz2xXM The server will respond to an invalid token with a `401 Unauthorized` status. -The server can request that the client updates its token with a `Set-Cookie` header: +**[Not implemented at this time]** The server can request that the client updates its token with a `Set-Cookie` header: ```http HTTP/1.1 200 OK diff --git a/packages/xo-server/docs/rest-api.md b/packages/xo-server/docs/rest-api.md index f4772183b..a3cc7f888 100644 --- a/packages/xo-server/docs/rest-api.md +++ b/packages/xo-server/docs/rest-api.md @@ -20,7 +20,7 @@ Cookie: authenticationToken=TN2YBOMYtXB_hHtf4wTzm9p5tTuqq2i15yeuhcz2xXM The server will respond to an invalid token with a `401 Unauthorized` status. -The server can request that the client updates its token with a `Set-Cookie` header: +**[Not implemented at this time]** The server can request that the client updates its token with a `Set-Cookie` header: ```http HTTP/1.1 200 OK