Fix response code for session deletion

The correct is 204 - No content.

The previous code (410) is not even on the specification file: 8d1add8d99/src/api/docs/content/specs/auth.yaml (L140-L156)

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
RD WebDesign
2026-02-12 17:11:46 -03:00
parent a0068d1175
commit 3ca75e7fae

View File

@@ -388,7 +388,7 @@ To end your session before the SID expires, you can send a `DELETE` request to t
???+ success "Success response"
Response code: `HTTP/1.1 410 - Gone`
Response code: `HTTP/1.1 204 - No Content`
No content