Create Access Policy
POST
/api/v1/developer/access_policies
Authorizations
bearerAuth
Type
HTTP (bearer)
Request Body
application/json
JSON "name": "string", "resources": [ { "type": "string", "id": "string" } ], "schedule_id": "string"
{
}
Responses
Successful response
application/json
JSON "code": "string", "msg": "string", "data": { "id": "string", "name": "string", "resources": [ { "id": "string", "type": "string" } ], "schedule_id": "string" }
{
}