update_endpoint
Update an endpoint immediately or in its line draft. The patch is merged field-by-field. Requires edit access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patch | Yes | Partial endpoint document — same shape as create_endpoint, every field optional. | |
| lineKey | Yes | The line key. | |
| commitMode | No | Defaults to publish. Draft writes require draftRevision. | |
| endpointId | Yes | The endpoint UUID. | |
| scheduledAt | No | Compatibility alias: stage this update then schedule its line. | |
| draftRevision | No | Current line draft revision, required for draft writes. |