/
ST
stainless-api
/
My API
Search skmtc…
⌘K
Changes
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
post
Create a new branch for a project
get
Retrieve 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
post
/v0/generate/spec
post
/v0/generate/spec
Request body
object
required
project
string
required
source
union
required
Response
success
object
required
{"stackTrail":"paths:/v0/generate/spec:post:responses:200:content:application/json:schema:properties:spec","oasType":"schema","type":"unknown"}
Changes