put https://{subdomain}.pinpointhq.com/api/v1/structure_custom_group_ones/
Request format
In order to update a structure custom group one you must send a JSON:API spec JSON object representing a structure custom group one.
Differences from creation
This endpoint works much in the same way as the Create Structure Custom Group One.
Examples
{
"data": {
"id": "1",
"type": "structure_custom_group_ones",
"attributes": {
"name": "DevOps"
}
}
}