cURL
curl --request PATCH \ --url https://str.keroshospitality.com/api/v1/apartments/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "Seaside Villa", "address": "123 Beach Road", "registryId": "00002087410", "ownerId": 42, "postalCode": "10000" } '
{ "apartment": { "id": 42, "name": "Seaside Villa", "address": "123 Beach Road", "registryId": "00002087410", "ownerId": 42, "createdAt": "2025-01-01T12:00:00Z", "updatedAt": "2025-01-01T12:00:00Z" }, "requestId": "a1b2c3d4-e5f6-7890-a1b2-c3d4e5f67890" }
Update apartment information.
admin, str-uploader
admin
str-uploader
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Apartment ID
"Seaside Villa"
"123 Beach Road"
"00002087410"
42
"10000"
Apartment updated successfully
Show child attributes
"2025-01-01T12:00:00Z"
"a1b2c3d4-e5f6-7890-a1b2-c3d4e5f67890"