Update an attribute config group
Token credential sent in the Authorization header, in the form: Token <your-token>. Requires a staff (admin) account.
The unique identifier of the attribute config group.
Fields for creating or fully replacing an attribute config group.
Unique display name of the group. Must be unique across all attribute config groups.
Sort order. Lower values appear first. Defaults to 0 when omitted.
0The updated attribute config group.
An attribute config group record.
Unique identifier of the attribute config group.
Unique display name of the group.
Sort order used when listing groups. Lower values appear first.
0The request contains invalid or missing data.
Authentication credentials were not provided or are invalid.
The authenticated user does not have administrator privileges.
The requested attribute config group does not exist.
PUT /api/remote/1/attribute_config_group/{id}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 39
{
"name": "General Attributes",
"order": 0
}{
"pk": 1,
"name": "General Attributes",
"order": 0
}Last updated
Was this helpful?

