v1

latestOpenAPI 3.0.3Apache 2.02026-07-1710047196.1 KB
timezone

Update a timezone

Update an existing timezone entry.

patch/timezones/{id}

Path parameters

idstring uuid required

ID of the user to retrieve the region information for.

Request body

timezonestring
gmt_offsetstring
descriptionstring

Response

Timezone updated successfully

statusstring
status_codeinteger

The HTTP status code. Usually 200 , 201, 204 etc

messagestring

A basic message describing a request was processed successfully. example: "Successfully"

Example response

{
  "status": "success",
  "status_code": 200
}