cURL
curl --request PUT \ --url https://x8ki-letl-twmt.n7.xano.io/api:meta/workspace/{workspace_id}/task/{task_id}/security \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "guid": "<string>" } '
{ "id": 1, "created_at": "2023-04-19 21:01:32+0000", "updated_at": "2023-04-19 21:01:32+0000", "name": "Task Test", "description": "My tasks description", "docs": "Documentation", "guid": "YE1fwVhQ-enRlc6Sb42Gqru58-0", "datasource": "test", "active": true, "branch": "v1", "tag": [ "example tag" ], "xanoscript": { "status": "ok", "value": "<string>", "message": "<string>" } }
Update scheduled task security configuration and access controls
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success!
Show child attributes
ok
error
Was this page helpful?