Create Term
POST/terms
Creates a new term in the glossary.
The term will be initialized with the provided name and description, and optional synonyms. A unique identifier will be automatically generated.
Default behaviors:
synonymsdefaults 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