Update Structure Custom Group One

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"
    }
  }
}
Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!