Pin a project for quick access
POST /v1/pinned
Pins a project for the authenticated member, making it appear in their pinned projects list. Pinned projects are typically displayed at the top of project lists for easy access to frequently used projects. A member can have multiple pinned projects.
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”The pinned project
object
An identifier (e.g., my-project-a1b2c)
The timestamp in UTC that the project was pinned
Responses
Section titled “ Responses ”The pinned project
The pinned project
object
An identifier (e.g., my-project-a1b2c)
The timestamp in UTC that the project was pinned
Validation error
Validation error response with field-level details
object
HTTP status code
Example
400Machine-readable error code in snake_case
Error message
Example
Validation failedList of field validation violations
Individual field validation violation
object
The field that failed validation
Example
nameValidation error message for this field
Example
must not be blankThe value that was rejected (optional)
Unauthorized, authentication required
Standard error response
object
HTTP status code
Example
400Machine-readable error code in snake_case
Error message
Example
Validation failedAdditional error details
Example
Project name must be between 3 and 60 charactersProject not found
Standard error response
object
HTTP status code
Example
400Machine-readable error code in snake_case
Error message
Example
Validation failedAdditional error details
Example
Project name must be between 3 and 60 charactersToo many requests
Rate limit exceeded error response
object
HTTP status code
Example
429Machine-readable error code in snake_case
Error message
Example
Too many requestsNumber of seconds until the client can retry
Example
60Headers
Section titled “Headers ”Number of seconds to wait before retrying
Internal server error
Standard error response
object
HTTP status code
Example
400Machine-readable error code in snake_case
Error message
Example
Validation failedAdditional error details
Example
Project name must be between 3 and 60 characters