Create attribute group attribute
Create an unattached attribute for the given attribute group.
Rate Limit: 300 Max attempts within 1 minute.
Path Parameters
Parameter | Details |
---|---|
attributeGroupName
| string Example: color |
Request body
requiredParameter | Details |
---|---|
value
| object Example: { "de_DE": "value for de_DE locale", "en_EN": "value for en_EN locale" } string Example: test |
Responses
201
Attribute was successfully created.
application/json
Success
required
null
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
POST
Request samples
Response samples
201Non Localized String Response:
Content type: application/json
Localized String Response:
Content type: application/json