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,23 @@
meta {
name: Register new user
type: http
seq: 1
}
post {
url: {{base_url}}/api/auth/register
body: json
auth: inherit
}
body:json {
{
"login": "tsivinsky",
"password": "Daniil2000"
}
}
settings {
encodeUrl: true
timeout: 0
}