Skip to main content
PUT
Updates a NamedEntity object.

Path Parameters

resource_type
enum<string>
required

Resource type of the metadata to update +required

Available options:
UNSPECIFIED,
TASK,
WORKFLOW,
LAUNCH_PLAN,
DATASET
id.project
string
required

Name of the project the resource belongs to.

id.domain
string
required

Name of the domain the resource belongs to. A domain can be considered as a subset within a specific project.

id.name
string
required

User provided value for the resource. The combination of project + domain + name uniquely identifies the resource. +optional - in certain contexts - like 'List API', 'Launch plans'

Body

application/json

Request to set the referenced named entity state to the configured value.

id
Identifier of the metadata to update +required · object
metadata
object

Additional metadata around a named entity.

Response

A successful response.

Purposefully empty, may be populated in the future.

Last modified on August 19, 2026