docs: update Bruno API tests for device registration and admin registration

- Fix device registration API test parameters
- Update admin user registration test with proper fields
- Ensure API tests match current endpoint behavior
- Improve API documentation accuracy
This commit is contained in:
2026-02-06 17:08:29 -05:00
parent 327be1af63
commit fb324693f6
2 changed files with 4 additions and 4 deletions
@@ -5,7 +5,7 @@ meta {
}
post {
url: {{baseUrl}}/api/devices/register
url: {{base_url}}/api/devices/register
body: json
auth: none
}
+3 -3
View File
@@ -12,9 +12,9 @@ post {
body:json {
{
"email": "admin@example.com",
"username": "admin",
"password": "admin123",
"email": "admin2@example.com",
"username": "admin2",
"password": "!Admin@123",
"first_name": "Admin",
"last_name": "User",
"role": "admin"