Update a Task Forwarder

GA
POST

Path parameters

org_idstringRequired

The unique identifier of the organization.

project_idstringRequired

The unique identifier of the project.

task_forwarder_idstringRequired

The specific Task to reference.

Request

This endpoint expects an object.
namestringOptional

A descriptive name for the Task Forwarder.

descriptionstringOptional

Additional details about the Task Forwarder’s purpose or configuration.

configobjectOptional

Configuration parameters for the Task Forwarder such as a destination URL.

config_sensitiveobjectOptional

Sensitive parameters for the Task Forwarder such as a signing_key.

Response

This endpoint returns an object.
namestring

A descriptive name for the Task Forwarder.

idstring

The unique identifier of the Task Forwarder.

project_idstring

The Project that the Task Forwarder belongs to.

createddatetime

When the Task Forwarder was created.

modifieddatetime

When the Task Forwarder was last updated.

descriptionstringOptional

Additional details about the Task Forwarder’s purpose or configuration.

configobjectOptional

Configuration parameters for the Task Forwarder such as a destination URL.

config_sensitiveobjectOptional

Sensitive parameters for the Task Forwarder such as a signing_key.