Skip to main content
Version: Next

UpdateTaskRequest

Index

Properties

actor_standby

actor_standby: ActorStandby | None

description

description: str | None

input

input: (TaskInput | list[TaskInput]) | None

is_public

is_public: bool | None

Set to true to publish the task on its public landing page, or false to unpublish it. Sending the value the task already has does nothing.

model_config

model_config: Undefined

name

name: str | None

options

options: TaskOptions | None

public_config

public_config: TaskPublicConfig | None

Configuration that controls how the published task appears on its public landing page. Editing this object requires write permission to the Actor that the task belongs to.

The fields you send are merged into the stored configuration, so you only need to include the ones you're changing. To clear a field, set it to null. Sending publicConfig: null is rejected, so the object as a whole can't be cleared.

title

title: str | None