PATCH
Update tenant maintenance ticket

Authorizations

Authorization
string
header
required

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

Path Parameters

ticket_id
string<uuid>
required

Path parameter ticket_id.

Body

application/json

JSON request payload for tenant_update_maintenance_ticket.

Request payload for tenant update maintenance ticket.

status
string
required

Current lifecycle or operational status.

Required string length: 4 - 9
Pattern: ^(OPEN|CANCELLED)$
title
string | null

title value for tenant update maintenance ticket request.

Required string length: 1 - 160
description
string | null

Human-readable description for the resource or line item.

Required string length: 1 - 2000

Response

Tenant API operation succeeded

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.