Create attribute template
POST/api/v1/:team_slug/:app_slug/attributes
Create an attribute template. A template is something which describe the structure of the attribute. For instance can you define a attribute with 2 image fields and 1 text field. This template is later on used to create attributes with values which can be tied to tags, categories and products. It's not possible to create fields where the key is one of key, name and description as they are reserved keywords
Request
Responses
- 200
- 400
- 401
- 500
Attributes
Invalid request (e.g. bad UUID, validation error)
Unauthorized access
Internal server error