docs(apidocs): added new api docs for bruno

This commit is contained in:
2025-02-24 20:59:09 -06:00
parent 7df5143835
commit c92d74647b
4 changed files with 7 additions and 7 deletions

View File

@@ -13,6 +13,6 @@ post {
body:json { body:json {
{ {
"username": "adm_matthes", "username": "adm_matthes",
"password": "nova0511" "password": "Nova0511!"
} }
} }

View File

@@ -12,8 +12,8 @@ post {
body:json { body:json {
{ {
"username": "adm_matthes", "username": "adm_matthes01",
"email":"blake@alpla.com", "email":"blake@alpla.com",
"password": "nNova0511!" "password": "nova0511!"
} }
} }

View File

@@ -6,10 +6,10 @@ meta {
get { get {
url: http://localhost:3000/api/auth/session url: http://localhost:3000/api/auth/session
body: none body: json
auth: bearer auth: bearer
} }
auth:bearer { auth:bearer {
token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImlkIjoxLCJ1c2VybmFtZSI6ImFkbWluIiwicGFzc3dvcmQiOiJwYXNzd29yZDEyMyIsInJvbGUiOiJhZG1pbiJ9LCJpYXQiOjE3NDAwMTc4MTcsImV4cCI6MTc0MDAxODExN30.84RPgbfNkLMWPE0dmhzF62yybeb9FpetYGwGsh8_m-g token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7InVzZXJfaWQiOiIwNDMxNmM4Ni1mMDg2LTRjYzYtYjNkNC1jY2ExNjRhMjZmM2YiLCJ1c2VybmFtZSI6Im1hdHRoZXMwMSIsImVtYWlsIjoiIiwicGFzc3dvcmQiOiIiLCJwYXNzd29yZFRva2VuIjpudWxsLCJwYXNzd29yZFRva2VuRXhwaXJlcyI6bnVsbCwiYWNpdHZlIjp0cnVlLCJwaW5Db2RlIjpudWxsLCJsYXN0TG9naW4iOiIyMDI1LTAyLTIxVDEyOjA4OjMxLjk4NVoiLCJhZGRfVXNlciI6IkxTVF9TeXN0ZW0iLCJhZGRfRGF0ZSI6IjIwMjUtMDItMjFUMTI6MDg6MzEuOTg1WiIsInVwZF91c2VyIjoiTFNUX1N5c3RlbSIsInVwZF9kYXRlIjoiMjAyNS0wMi0yMVQxMjowODozMS45ODVaIn0sImlhdCI6MTc0MDE3NjE2MSwiZXhwIjoxNzQwMTc2NDYxfQ.voo8qqgEbapEFnreop_XhIird_1Ea-OGLaD5J1VEdmc
} }

View File

@@ -4,8 +4,8 @@ meta {
seq: 2 seq: 2
} }
post { get {
url: http://localhost:3000/api/hits url: http://localhost:3000/api/server/modules
body: json body: json
auth: none auth: none
} }