Description
POST /defaultsettings/templates Description: Create a new reusable template for default settings. Method:POST
Request Body:
| Parameter | Type | Description | Required |
|---|---|---|---|
| name | string | Template name | Yes |
| description | string | Template description | No |
| category | string | Settings category | Yes |
| entityType | string | Target entity type | Yes |
| settings | object | Template settings | Yes |
| isPublic | boolean | Public visibility (default: true) | No |
| tags | array | Tags for categorization | No |
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Body
application/json
Template name
Available options:
content, business, ddex, validation Available options:
catalog, asset, product, release The actual settings data organized by category
Template description