Update project details
Partially updates a project’s details. Only the provided fields will be updated. This operation allows for selective updates without requiring all project fields.
Authorization: Requires project admin permissions.
Validation: All provided fields are validated according to their schema constraints.
Side Effects: Updates the project’s updatedAt timestamp.
Documentation Index
Fetch the complete documentation index at: https://docs.credibledata.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the organization containing the project Standard identifier pattern for resource names
^[a-zA-Z0-9_-]+$The unique name of the project to update Standard identifier pattern for resource names
^[a-zA-Z0-9_-]+$Body
Partial project data to update
Represents a project entity that serves as a container for packages and related resources
The unique name of the project within its organization
^[a-zA-Z0-9_-]+$Markdown-formatted documentation describing the project's purpose and contents
ISO 8601 timestamp indicating when the project was created
ISO 8601 timestamp indicating when the project was last modified
Number of replicas for high availability and performance
1 <= x <= 10Response
Project updated successfully
Represents a project entity that serves as a container for packages and related resources
The unique name of the project within its organization
^[a-zA-Z0-9_-]+$Markdown-formatted documentation describing the project's purpose and contents
ISO 8601 timestamp indicating when the project was created
ISO 8601 timestamp indicating when the project was last modified
Number of replicas for high availability and performance
1 <= x <= 10