cURL
curl --request PUT \ --url https://api.example.com/api/v1/organizations/{organizationID}/projects/{projectID} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "metadata": { "name": "my-project" }, "spec": { "groupIDs": [ "ddde69ef-bb52-4815-9e9e-aed856c6057f" ] } } '
{ "error": "invalid_request", "error_description": "request body invalid" }
Updates a project.
Operation requires OAuth 2.0 bearer token authentication.
An organization ID.
A project ID.
Project request parameters.
A project when created or updated.
Metadata required for all API resource reads and writes.
Show child attributes
A valid Kubernetes label value, typically used for resource names that can be indexed in the database.
The resource description, this optionally augments the name with more context.
A list of tags.
A unique tag name.
The value of the tag.
A project.
A list of group IDs.
A group ID.
Project successfully updated.