Update Access Policy
PUT
/api/v1/developer/access_policies/{id}
Authorizations
bearerAuth
Type
HTTP (bearer)
Parameters
Path Parameters
id*
Type
Requiredstring
Example
"550e8400-e29b-41d4-a716-446655440000"Request Body
application/json
JSON "name": "Full Access Policy", "resources": [ { "type": "string", "id": "string" } ], "schedule_id": "6ba7b810-9dad-11d1-80b4-00c04fd430c8"
{
}
Responses
Successful response
application/json
JSON "code": "string", "msg": "string", "data": { "id": "string" }
{
}