PATCH
Update room

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

room_id
string<uuid>
required

Room ID

Body

application/json

JSON payload used to update room.

Request payload for update room.

base_rent
string
required

Default monthly rent amount for the room.

Example:

"3000000"

default_deposit
string
required

Default deposit amount used when creating leases.

Example:

"3000000"

name
string | null

Human-readable name for the resource.

Required string length: 1 - 120
floor
string | null

Floor label or number where the room is located.

Maximum string length: 80
status
null | enum<string>

Current lifecycle or operational status.

Available options:
VACANT,
OCCUPIED,
HIDDEN,
MAINTENANCE
area_m2
number<double> | null

Room area in square meters.

Required range: x >= 0
note
string | null

Optional note captured by the operator.

Maximum string length: 1000

Response

Updated room

data
object
required

Endpoint-specific response payload. See the referenced schema for the resource fields.

request_id
string
required

Request correlation identifier returned from X-Request-Id or generated by the API.

meta
object

Optional response metadata such as pagination limits, counts, or export context.