Skip to main content
PATCH
/
organizations
/
{organizationName}
/
projects
/
{projectName}
Error
A valid request URL is required to generate request examples
{
  "name": "<string>",
  "readme": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "replicationCount": 1
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationName
string
required

The unique identifier of the organization containing the project Standard identifier pattern for resource names

projectName
string
required

The unique name of the project to update Standard identifier pattern for resource names

Body

application/json

Partial project data to update

Represents a project entity that serves as a container for packages and related resources

name
string

The unique name of the project within its organization

readme
string

Markdown-formatted documentation describing the project's purpose and contents

createdAt
string<date-time>

ISO 8601 timestamp indicating when the project was created

updatedAt
string<date-time>

ISO 8601 timestamp indicating when the project was last modified

replicationCount
integer
default:1

Number of replicas for high availability and performance

Required range: 1 <= x <= 10

Response

Project updated successfully

Represents a project entity that serves as a container for packages and related resources

name
string

The unique name of the project within its organization

readme
string

Markdown-formatted documentation describing the project's purpose and contents

createdAt
string<date-time>

ISO 8601 timestamp indicating when the project was created

updatedAt
string<date-time>

ISO 8601 timestamp indicating when the project was last modified

replicationCount
integer
default:1

Number of replicas for high availability and performance

Required range: 1 <= x <= 10