UpdateTaskRequest
Index
Properties
actor_standby
description
input
is_public
model_config
name
options
public_config
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.
Set to
trueto publish the task on its public landing page, orfalseto unpublish it. Sending the value the task already has does nothing.