Update Location

Request format

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

Differences from creation

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

Examples

{
  "data": {
    "id": "1",
    "type": "locations",
    "attributes": {
      "name": "Jersey Office"
    }
  }
}
Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!