cURL
curl --request PATCH \ --url https://api.getgranite.ai/api/organizations/{organization_id}/automations/endpoints/{endpoint_id} \ --header 'Content-Type: application/json' \ --data ' { "response_template": {}, "request_schema": {}, "is_active": true, "rpa_run_id": "<string>", "parameter_mapping": {} } '
{ "endpoint": { "endpoint_id": "<string>", "slug": "<string>", "method": "<string>", "response_template": {}, "request_schema": {}, "is_active": true, "created_at": "<string>", "updated_at": "<string>", "rpa_run_id": "<string>", "parameter_mapping": {} } }
Update endpoint configuration
Request to update a custom automation endpoint
Updated response template
Updated request schema
Whether the endpoint is active
Updated RPA run_id link
Updated parameter mapping
Successful Response
Response containing a single endpoint
Endpoint information
Show child attributes