Skip to main content
PUT
Update worker

Authorizations

Authorization
string
header
required

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

Path Parameters

uuid
string<uuid>
required

Worker identifier.

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$

Body

application/json

Request body schema.

name
string

Worker name.

folderUuid
string<uuid> | null

Folder identifier for the worker.

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$
description
string | null

Worker description.

triggers
Triggers · object[]

Full replacement list of the worker's triggers. Each cron trigger POSTs the worker's URL at the given path on the schedule.

Maximum array length: 10

Response

Successful response

worker
Worker · object
required

Updated worker details.