cURL
curl --request PATCH \ --url https://ah-api.merge.dev/api/v1/tool-packs/{id}/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "Updated Tool Pack Name", "description": "Updated description", "connectors": [ { "connector_id": "3c90c3c0-6d46-4b50-8888-8dd25736052f", "auth_scope": "INDIVIDUAL", "tool_names": [ "create_issue", "update_issue" ] } ] }'
{ "id": "134e0111-0f67-44f6-98f0-597000290bb3", "name": "Support Agent Tool Pack", "description": "Ticketing connectors for support agent", "connectors": [ { "name": "Linear", "slug": "linear", "source_url": "https://linear.app", "logo_url": "https://linear.app/favicon.ico", "categories": [ "Project Management" ], "tools": [ { "name": "create_issue", "description": "Create a new issue in Linear" } ] } ] }
Updates a Tool Pack by ID
Token-based authentication with required prefix "Bearer"
Agent Handler ID of the Tool Pack
255
Show child attributes