add api docs with bruno

This commit is contained in:
2026-02-15 17:20:09 +03:00
parent 14815e521b
commit e58c10c67c
6 changed files with 82 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
meta {
name: Logout user
type: http
seq: 2
}
post {
url: {{base_url}}/api/auth/logout
body: none
auth: inherit
}
settings {
encodeUrl: true
timeout: 0
}