diff --git a/redoc.config.js b/redoc.config.js index 5d4c17f..540188b 100644 --- a/redoc.config.js +++ b/redoc.config.js @@ -161,6 +161,11 @@ module.exports.specs = [ routePath: '/api/blueprints', specUrl: 'https://docs.api.epilot.io/blueprint-manifest.yaml', }, + { + layout: { title: 'Snapshot API' }, + routePath: '/api/snapshot', + specUrl: 'https://docs.api.epilot.io/snapshot-api.yaml', + }, { layout: { title: 'Design API' }, routePath: '/api/design', diff --git a/static/openapi-specs/apis.json b/static/openapi-specs/apis.json index 487dd0f..38364d2 100644 --- a/static/openapi-specs/apis.json +++ b/static/openapi-specs/apis.json @@ -323,6 +323,16 @@ } ] }, + { + "name": "Snapshot API", + "baseURL": "https://snapshot.sls.epilot.io", + "properties": [ + { + "type": "Swagger", + "url": "https://docs.api.epilot.io/snapshot-api.yaml" + } + ] + }, { "name": "Design API", "baseURL": "https://design-builder-api.sls.epilot.io",