add api docs with bruno
This commit is contained in:
16
docs/api/auth/Logout user.bru
Normal file
16
docs/api/auth/Logout user.bru
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user