Skip to content

Update Access Policy

PUT
/api/v1/developer/access_policies/{id}

Authorizations

bearerAuth
Type
HTTP (bearer)

Parameters

Path Parameters

id*
Type
string
Required

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"
  
}
}

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI