Files
bookhoard/bruno/devices/Initiate Device Registration.bru
T
john-okeefe fb324693f6 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
2026-02-06 17:08:29 -05:00

20 lines
298 B
Plaintext

meta {
name: Initiate Device Registration
type: http
seq: 1
}
post {
url: {{base_url}}/api/devices/register
body: json
auth: none
}
body:json {
{
"device_name": "My Kindle Paperwhite",
"device_type": "koreader",
"device_identifier": "kindle-pw5-hardware-id-12345"
}
}