Profiles
Create a new device profile
post/profiles
Request body
Example request
{
"$schema": "https://example.com/schemas/CreateProfileInputBody.json",
"spec": {
"$schema": "https://example.com/schemas/DeviceSpec.json",
"location": {
"$schema": "https://example.com/schemas/Location.json"
}
}
}Response
OK
Example response
{
"$schema": "https://example.com/schemas/Profile.json",
"spec": {
"$schema": "https://example.com/schemas/DeviceSpec.json",
"location": {
"$schema": "https://example.com/schemas/Location.json"
}
}
}