ScaffoldTemplates REST endpoints
Generated2 endpoints under `/v1`.
Auto-generated from the MarBoba OpenAPI spec, published at
api.marboba.com/v1/openapi.json.
GET /scaffold-templates
List scaffold templates
Returns every scaffold template registered in the calling token’s org, sorted by name. Templates power the in-app ‘New from template’ wizard and the equivalent Terraform / CLI scaffolders. Registration and deletion are intentionally not on /v1 — they go through admin callables to keep GitHub repo coords out of declarative IaC.
Responses
- 200 — List of scaffold templates. Body: object
- 401 — . Body: (no body)
Auth: BearerPAT
Operation ID: get_scaffold-templates
GET /scaffold-templates/{id}
Get one scaffold template
Responses
- 200 — The requested scaffold template. Body: object
- 404 — . Body: (no body)
Auth: BearerPAT
Operation ID: get_scaffold-templates-id