Request
Body Params application/json
{
"id": 0,
"main": true,
"legal": true,
"label": "string",
"address_city": "string",
"address_postal_code": "string",
"address_region": "string",
"address_street": "string",
"latitude": null,
"longitude": null,
"open_to_public": true,
"includes": [
"string"
],
"operating_hours_type": "always_open",
"address_country_code": "AD",
"operating_hours_schedule": {
"0": [
"string"
],
"1": [
"string"
],
"2": [
"string"
],
"3": [
"string"
],
"4": [
"string"
],
"5": [
"string"
],
"6": [
"string"
]
}
}
Request Code Samples
curl --location --request PATCH 'https://rnters-staging.herokuapp.com/api/org/addresses/' \
--header 'Authorization;' \
--header 'Auth0-IdToken;' \
--header 'Accept-Language;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"main": true,
"legal": true,
"label": "string",
"address_city": "string",
"address_postal_code": "string",
"address_region": "string",
"address_street": "string",
"latitude": null,
"longitude": null,
"open_to_public": true,
"includes": [
"string"
],
"operating_hours_type": "always_open",
"address_country_code": "AD",
"operating_hours_schedule": {
"0": [
"string"
],
"1": [
"string"
],
"2": [
"string"
],
"3": [
"string"
],
"4": [
"string"
],
"5": [
"string"
],
"6": [
"string"
]
}
}'
Responses
Update address with different timezone
This response does not have a body.
Modified at 2026-04-15 14:20:24