Profiles
Update a device profile
put/profiles/{profileId}
Path parameters
profileIdstring required
Request body
Example request
{
"$schema": "https://example.com/schemas/UpdateProfileInputBody.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"
}
}
}