Specifications
Manage specifications, values, and aliases used by the catalog.
| Method | Endpoint | Operation |
|---|---|---|
POST | /v1/catalog/specifications | Create specification |
GET | /v1/catalog/specifications | List specifications |
GET | /v1/catalog/specifications/{id} | Get specification by ID |
GET | /v1/catalog/specifications/suggests | Suggests specifications |
PUT | /v1/catalog/specifications/{id} | Update an specification |
DELETE | /v1/catalog/specifications/{id} | Delete an specification |