Create Door Group
POST
/api/v1/developer/door_groups
Authorizations
bearerAuth
Type
HTTP (bearer)
Request Body
application/json
JSON "group_name": "string", "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" } ] }
{
}