Skip to content

Commit

Permalink
Update API list
Browse files Browse the repository at this point in the history
  • Loading branch information
anttiviljami committed Sep 12, 2024
1 parent 5a8751f commit 8387a44
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions redoc.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ module.exports.specs = [
specUrl: 'https://docs.api.epilot.io/entity.yaml',
},
{
layout: { title: 'Entity Viewers API' },
routePath: '/api/entity-viewers',
specUrl: 'https://docs.api.epilot.io/entity-viewers.yaml',
layout: { title: 'Batch API' },
routePath: '/api/batch',
specUrl: 'https://docs.api.epilot.io/batch.yaml',
},
{
layout: { title: 'Submission API' },
Expand Down Expand Up @@ -100,7 +100,7 @@ module.exports.specs = [
specUrl: 'https://docs.api.epilot.io/template-variables.yaml',
},
{
layout: { title: 'Customer Portal API' },
layout: { title: 'Portal API' },
routePath: '/api/customer-portal',
specUrl: 'https://docs.api.epilot.io/customer-portal.yaml',
},
Expand Down Expand Up @@ -150,14 +150,14 @@ module.exports.specs = [
specUrl: 'https://docs.api.epilot.io/svc-notification-api.yaml',
},
{
layout: { title: 'Blueprints API' },
layout: { title: 'Blueprint Manifest API' },
routePath: '/api/blueprints',
specUrl: 'https://docs.api.epilot.io/tf-blueprint.yaml',
specUrl: 'https://docs.api.epilot.io/blueprint-manifest.yaml',
},
{
layout: { title: 'Batch API' },
routePath: '/api/batch',
specUrl: 'https://docs.api.epilot.io/batch.yaml',
layout: { title: 'Design API' },
routePath: '/api/design',
specUrl: 'https://docs.api.epilot.io/design-builder-api.yaml',
},
{
layout: { title: 'Product API' },
Expand Down

0 comments on commit 8387a44

Please sign in to comment.