- 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
20 lines
298 B
Plaintext
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"
|
|
}
|
|
}
|