Blueprints
API endpoints for creating, versioning, and managing app blueprints.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST | /blueprints | Create blueprint |
| GET | /blueprints | List blueprints |
| GET | /blueprints/system | List system blueprints |
| GET | /blueprints/{blueprintId} | Get blueprint |
| GET | /blueprints/{blueprintId}/draft | Get blueprint draft |
| PUT | /blueprints/{blueprintId} | Update blueprint |
| DELETE | /blueprints/{blueprintId} | Delete blueprint |
| GET | /blueprints/{blueprintId}/versions | List blueprint versions |
| POST | /blueprints/{blueprintId}/publish | Publish blueprint version |
| POST | /blueprints/{blueprintId}/restore | Restore blueprint version |