UpdateWorkOrderRequest
| Field | Type |
|---|---|
id | string |
title | optional string |
description | optional string |
Required scope: work_order:update
This bounded update changes only the title and description. It does not complete, cancel, or otherwise transition the work order. The API key creator must have current access to its portfolio.
POST /public-api/publicapi.v1.WorkOrder/UpdateWorkOrder Updates a work order while preserving portfolio access rules.
| Field | Type |
|---|---|
id | string |
title | optional string |
description | optional string |
| Field | Type |
|---|---|
work_order | WorkOrder |
{ "id": "<work-order-id>", "title": "Install replacement inverter", "description": "Schedule after parts delivery."}Do not blindly retry a timed-out mutation; it may still complete.