/
ST
stainless-api
/
My API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 6mo ago
Details
Filter operations
get
/v0/openapi
get
List organizations the user has access to
get
Retrieve an organization by name
get
List projects in an organization, from oldest to newest
post
Create a new project
get
Retrieve a project by name
patch
Update a project's properties
get
List project branches
post
Create a new branch for a project
get
Retrieve a project branch
delete
Delete a project branch
put
Rebase a project branch
get
Retrieve configuration files for a project
post
Generate configuration suggestions based on an OpenAPI spec
get
List builds for a project
post
Create a new build
get
Retrieve a build by ID
get
Download the output of a build target
post
Creates two builds whose outputs can be compared directly
get
Get diagnostics for a build
post
/v0/projects/{projectName}/snippets/request
post
/v0/webhooks/postman/notifications
Update a project's properties
patch
/v0/projects/{project}
Path parameters
project
string
required
Request body
object
required
display_name
string
nullable
Response
success
Project
required
object
'project'
required
slug
string
required
display_name
string
nullable
required
org
string
required
config_repo
string
required
targets
Target[]
required
Changes