Create Division

Request format

In order to create a division you must send a JSON:API spec JSON object representing a division.

Required attributes

As a bare minimum, name, must be supplied.

Examples

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