Update configuration key naming convention to use snake_case consistently. Applies changes recursively across all subdirectories.
18 lines
216 B
Plaintext
18 lines
216 B
Plaintext
meta {
|
|
name: Check Registration Status
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
post {
|
|
url: {{base_url}}/api/devices/register/status
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"registration_id": "{{registrationId}}"
|
|
}
|
|
}
|