Update REST API Docs for Stacks API
Closed this issue · 0 comments
caseyyh commented
Parent Issue: #394
Goal
Update our REST API Docs for our stacks API's. For new docs, we should adhere to the OpenAPI spec.
This task does not track migrating existing API's to the OpenAPI spec, but rather adding API docs where they are currently missing.
Routes
/stacks/{orgName}/{projectName}/{stackName}/downstreamreferences
(GET)/stacks/{orgName}/{projectName}/{stackName}/metadata
(GET)/stacks/{orgName}/{projectName}/{stackName}/resources/count
(GET)/stacks/{orgName}/{projectName}/{stackName}/resources/latest
(GET)/stacks/{orgName}/{projectName}/{stackName}/resources/{version}
(GET)