Skip to content

Commit 599e817

Browse files
authored
Update docs/api/rest_api/rest_api_authentication.md
1 parent 90027fe commit 599e817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/rest_api/rest_api_authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ A person with minimal insight into this application and the company can easily s
259259

260260
To log out is to `DELETE` the session using its ID (like in the cookie). As this is an unsafe method, the CSRF token must be presented.
261261

262-
```text
262+
```http
263263
DELETE /user/sessions/go327ij2cirpo59pb6rrv2a4el2 HTTP/1.1
264264
Host: www.example.net
265265
Cookie: IBX_SESSION_ID98defd6ee70dfb1dea416=go327ij2cirpo59pb6rrv2a4el2

0 commit comments

Comments
 (0)