Create Structure Custom Group One

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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"
    }
  }
}
Body Params
data
object
included
array of objects
included
Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/vnd.api+json