Skip to content

Commit 6b4ac43

Browse files
authored
Merge pull request #62 from epilot-dev/feat/notes-api
Replace legacy Discussion API with Notes API
2 parents 4a6c389 + 4b11140 commit 6b4ac43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

redoc.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ module.exports.specs = [
130130
specUrl: 'https://docs.api.epilot.io/workflows-execution.yaml',
131131
},
132132
{
133-
layout: { title: 'Discussion API' },
134-
routePath: '/api/discussion',
135-
specUrl: 'https://docs.api.epilot.io/discussion.yaml',
133+
layout: { title: 'Notes API' },
134+
routePath: '/api/notes',
135+
specUrl: 'https://docs.api.epilot.io/notes.yaml',
136136
},
137137
{
138138
layout: { title: 'Consent API' },

0 commit comments

Comments
 (0)