Skip to main content
PATCH
Update worklist task fields

Authorizations

Authorization
string
header
required

API keys are minted in the AutoPrintFarm web app under Settings → API Keys. Send as Authorization: Bearer apf_live_.... Keys are shown exactly once at creation and can be revoked at any time.

Path Parameters

id
string
required

Body

application/json
title
string
Required string length: 1 - 200
subtitle
string | null
Maximum string length: 200
description
string | null
Maximum string length: 2000
priority
enum<string>
Available options:
low,
medium,
high
printer_id
string | null
Minimum string length: 1
estimated_time_minutes
integer | null
Required range: x >= 0
due_date
string<date-time> | null

ISO 8601 datetime, or null to clear

Response

Updated

success
enum<boolean>
required
Available options:
true
data
object
required