Create Structure Custom Group One

Request format

In order to create a structure custom group one you must send a JSON:API spec JSON object representing a structure custom group one.

Required attributes

As a bare minimum, name, must be supplied.

Examples

{
  "data": {
    "type": "structure_custom_group_ones",
    "attributes": {
      "name": "DevOps"
    }
  }
}
Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!