v1

latestOpenAPI 3.0.12026-07-17235160320.7 KB
Entrypoints

Modifies an Entrypoint resource by its unique ID

put/api/v1/entrypoints/{id}

Path parameters

idinteger required

ID for the Entrypoint resource.

Headers

X-Fieldsstring mask

An optional fields mask

Request body

namestring required

Name of the Entrypoint resource.

descriptionstring

Description of the Entrypoint resource.

taskGraphstring required

Task graph of the Entrypoint resource.

artifactGraphstring

Artifact graph of the Entrypoint resource.

queuesinteger[]

The queue for the entrypoint.

Response

Success

idinteger

ID for the Entrypoint resource.

snapshotinteger

ID for the underlying Entrypoint snapshot.

createdOnstring date-time

Timestamp when the Entrypoint resource was created.

snapshotCreatedOnstring date-time

Timestamp when the Entrypoint resource snapshot was created.

lastModifiedOnstring date-time

Timestamp when the Entrypoint resource was last modified.

latestSnapshotboolean

Whether or not the Entrypoint resource is the latest version.

hasDraftboolean

Whether a draft exists for the Entrypoint resource.

namestring required

Name of the Entrypoint resource.

descriptionstring

Description of the Entrypoint resource.

taskGraphstring required

Task graph of the Entrypoint resource.

artifactGraphstring

Artifact graph of the Entrypoint resource.