Create Capability
POST/capabilities
Creates a new capability in the system.
The capability will be initialized with the provided title, description, signals, and optional tags. A unique identifier will be automatically generated.
Default behaviors:
signals
defaults to an empty list if not provided
Request
Responses
- 201
- 422
Capability successfully created. Returns the complete capability object including generated ID.
Validation error in request parameters