Skip to main content

UpdateProjectInput

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

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

Fields

UpdateProjectInput.attributes ● Map scalar {#attributes}

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

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

Member Of

updateProject mutation