Update Location
Update a location
PATCH
https://api.xenia.team/v1/locations/:id
Update existing location
Path Parameters
Name
Type
Description
id*
String
Location id
Headers
Name
Type
Description
Authorization*
JWT Token
Access token
Request Body
Name
Type
Description
name
string
name of the team
description
string
description of the location
{
"id": "e77b6442-de60-401c-a173-0afc84a5747e",
"name": "New name",
"description": "new description",
"parentId": null,
"createdAt": 1701743645
"updatedAt": 2001743645
}
Last updated