Update Division

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

Request format

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

Differences from creation

This endpoint works much in the same way as the Create Division.

Examples

{
  "data": {
    "id": "1",
    "type": "divisions",
    "attributes": {
      "name": "EU"
    }
  }
}
Path Params
string
required

ID of the resource

Body Params
data
object
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