Create attribute
POST/api/v1/:team_slug/:app_slug/attributes/:attribute_template_key
Creates an attribute using the provided template. The template fields will be used to validate the input. e.g if the template contains a image field will we check if the provided field is a image or not. This means that the input fields on this endpoint depends on the fields you add for the template
Request
Responses
- 200
- 400
- 401
- 500
Attributes
Invalid request (e.g. bad UUID, validation error)
Unauthorized access
Internal server error