Create Term
POST/agents/:agent_id/terms
Creates a new term in the agent's glossary.
The term will be initialized with the provided name and description, and optional synonyms. The term will be associated with the specified agent. A unique identifier will be automatically generated.
Default behaviors:
synonyms
defaults to an empty list if not provided
Request
Responses
- 201
- 422
Term successfully created. Returns the complete term object including generated ID
Validation error in request parameters