Update Guideline
PATCH/agents/:agent_id/guidelines/:guideline_id
Updates a guideline's connections and tool associations.
Only provided attributes will be updated; others remain unchanged.
Connection rules:
- A guideline cannot connect to itself
- Only direct connections can be removed
- The connection must specify this guideline as source or target
Tool Association rules:
- Tool services and tools must exist before creating associations
Request
Responses
- 200
- 404
- 422
Guideline successfully updated. Returns the updated guideline with its connections and tool associations.
Guideline, agent, or referenced tool not found
Invalid connection rules or validation error in update parameters