cURL
curl --request PATCH \ --url https://api.lucidtech.ai/{basePath}/actions/{actionId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: <content-type>' \ --data ' { "metadata": {}, "functionId": "<string>", "name": "<string>", "description": "<string>", "connectionId": "<string>", "secretId": "<string>", "config": {}, "enabled": true } '
{ "updatedTime": "<string>", "metadata": {}, "updatedBy": "<string>", "description": "<string>", "createdBy": "<string>", "name": "<string>", "actionId": "<string>", "createdTime": "<string>", "agentId": "<string>", "secretId": "<string>", "enabled": true, "functionId": "<string>", "connectionId": "<string>", "id": "<string>", "config": {} }
Update Action
The access token received from the authorization server in the OAuth 2.0 flow.
4096
200 response