cURL
curl --request POST \ --url http://localhost:8080/api/v1/tools/{id}/operations \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "data": { "attributes": { "operation": "<string>" }, "type": "<string>" } } '
{ "attributes": { "auth_key": "<string>", "auth_schema_name": "<string>", "description": "<string>", "name": "<string>", "oas_spec": [ 123 ], "operations": [ "<string>" ], "privacy_score": 123, "tool_type": "<string>" }, "id": "<string>", "type": "<string>" }
Add an operation to a specific tool
Tool ID
Operation to add
Operation input model
Show child attributes
OK
Tool response model
Was this page helpful?