put https://{subdomain}.pinpointhq.com/api/v1/locations/
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"
}
}
}