Skip to main content

UpdateProjectInput

Update an existing project's name and description. The ID cannot be changed after creation.

input UpdateProjectInput {
description: String
name: String
tags: Map
}

Fields

UpdateProjectInput.description ● String scalar {#description}

An optional description of the project's purpose or contents

UpdateProjectInput.name ● String scalar {#name}

A human-readable name for the project

UpdateProjectInput.tags ● Map scalar {#tags}

Key-value tags for this project. Keys and values must be strings. Must conform to the organization's tag constraints for the project scope.

Member Of

updateProject mutation