Update view
Update view.
PUT
/v2/views/{id}Features
Send the token in the Authorization: Bearer API_TOKEN header. See Tokens for which token types this endpoint accepts.
Input7
Sent from your browser straight to the API — never to Docsbook, never stored.
(path)
ID of the org that shared this resource, if it's shared
The name of the org that shared this resource, if it's shared
Output6
ID of the org that shared this resource, if it's shared
The name of the org that shared this resource, if it's shared
Responses
200View
Example input
curl -X PUT 'https://api.axiom.co/v2/views/{id}' \
-H 'Authorization: Bearer API_TOKEN' \
-H 'Content-Type: application/json' \
-d '{"aplQuery":"string","name":"string"}'Example output
{
"aplQuery": "string",
"datasets": [
"string"
],
"description": "string",
"name": "string",
"sharedByOrg": "string",
"sharedByOrgName": "string"
}