Skip to content

Update Work Order

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.

Generated Reference
POST /public-api/publicapi.v1.WorkOrder/UpdateWorkOrder

Updates a work order while preserving portfolio access rules.

Request UpdateWorkOrderRequest
Response UpdateWorkOrderResponse

UpdateWorkOrderRequest

Field Type
id string
title optional string
description optional string

UpdateWorkOrderResponse

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.