Update Door Group
PUT
/api/v1/developer/door_groups/{id}
Authorizations
bearerAuth
Type
HTTP (bearer)
Parameters
Path Parameters
id*
Type
Requiredstring
Example
"550e8400-e29b-41d4-a716-446655440000"Request Body
application/json
JSON "group_name": "2F Office", "resources": [ "string" ]
{
}
Responses
Successful response
application/json
JSON "code": "string", "msg": "string", "data": { "id": "string", "name": "string", "type": "string", "resources": [ { "id": "string", "type": "string", "name": "string" } ] }
{
}