Skip to main content
POST
Pin or Unpin Resources

Authorizations

X-API-Key
string
header
required

Supply the API Key in the HTTP-Header

Body

application/json
resourceType
enum<string>

The type of a pinnable resource

Available options:
project
Example:

"project"

resourceId
string
Required string length: 24
Pattern: ^[a-z0-9]{24}$
pin
boolean

Response

Resource pinned/unpinned successfully.

Last modified on July 22, 2026