cURL
curl --request PUT \ --url https://api.siit.io/v1/office_locations/{uid} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "value": "<string>" } '
{ "result": { "uid": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "value": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The UID of the Office Location
The Office Location name
Successful
Show child attributes