docs(xo-server/REST API): Set-Cookie is not implemented

This commit is contained in:
Julien Fontanet 2022-05-10 15:31:21 +02:00
parent 4af289c492
commit 29e8a7fd7e
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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