forked from epilot-dev/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
redoc.config.js
177 lines (177 loc) · 4.99 KB
/
redoc.config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
module.exports.specs = [
{
layout: { title: 'Access Token API' },
routePath: '/api/access-token',
specUrl: 'https://docs.api.epilot.io/access-token.yaml',
},
{
layout: { title: 'User API' },
routePath: '/api/user',
specUrl: 'https://docs.api.epilot.io/user.yaml',
},
{
layout: { title: 'Organization API' },
routePath: '/api/organization',
specUrl: 'https://docs.api.epilot.io/organization-v2.yaml',
},
{
layout: { title: 'Entity API' },
routePath: '/api/entity',
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: 'Submission API' },
routePath: '/api/submission',
specUrl: 'https://docs.api.epilot.io/submission-api.yaml',
},
{
layout: { title: 'Pricing API' },
routePath: '/api/pricing',
specUrl: 'https://docs.api.epilot.io/pricing-api.yaml',
},
{
layout: { title: 'Dashboard API' },
routePath: '/api/dashboard',
specUrl: 'https://docs.api.epilot.io/dashboard.yaml',
},
{
layout: { title: 'Query API' },
routePath: '/api/query',
specUrl: 'https://docs.api.epilot.io/query.yaml',
},
{
layout: { title: 'Webhooks API' },
routePath: '/api/webhooks',
specUrl: 'https://docs.api.epilot.io/webhooks.yaml',
},
{
layout: { title: 'Permissions API' },
routePath: '/api/permissions',
specUrl: 'https://docs.api.epilot.io/permissions.yaml',
},
{
layout: { title: 'Email Settings API' },
routePath: '/api/email-settings',
specUrl: 'https://docs.api.epilot.io/email-settings.yaml',
},
{
layout: { title: 'Message API' },
routePath: '/api/message',
specUrl: 'https://docs.api.epilot.io/message.yaml',
},
{
layout: { title: 'File API' },
routePath: '/api/file',
specUrl: 'https://docs.api.epilot.io/file.yaml',
},
{
layout: { title: 'Journey API' },
routePath: '/api/journey',
specUrl: 'https://docs.api.epilot.io/journey-config.yaml',
},
{
layout: { title: 'Address Suggestions API' },
routePath: '/api/address-suggestions',
specUrl: 'https://docs.api.epilot.io/address-suggestions-api.yaml',
},
{
layout: { title: 'Document API' },
routePath: '/api/document',
specUrl: 'https://docs.api.epilot.io/document.yaml',
},
{
layout: { title: 'Automation API' },
routePath: '/api/automation',
specUrl: 'https://docs.api.epilot.io/automation.yaml',
},
{
layout: { title: 'Entity Mapping API' },
routePath: '/api/entity-mapping',
specUrl: 'https://docs.api.epilot.io/entity-mapping-api.yaml',
},
{
layout: { title: 'Template Variables API' },
routePath: '/api/template-variables',
specUrl: 'https://docs.api.epilot.io/template-variables.yaml',
},
{
layout: { title: 'Customer Portal API' },
routePath: '/api/customer-portal',
specUrl: 'https://docs.api.epilot.io/customer-portal.yaml',
},
{
layout: { title: 'Metering API' },
routePath: '/api/metering',
specUrl: 'https://docs.api.epilot.io/metering.yaml',
},
{
layout: { title: 'Billing API' },
routePath: '/api/billing',
specUrl: 'https://docs.api.epilot.io/billing.yaml',
},
{
layout: { title: 'Email Template API' },
routePath: '/api/email-template',
specUrl: 'https://docs.api.epilot.io/email-template.yaml',
},
{
layout: { title: 'Workflow Definition API' },
routePath: '/api/workflow-definition',
specUrl: 'https://docs.api.epilot.io/workflows-definition.yaml',
},
{
layout: { title: 'Workflow Execution API' },
routePath: '/api/workflow-execution',
specUrl: 'https://docs.api.epilot.io/workflows-execution.yaml',
},
{
layout: { title: 'Discussion API' },
routePath: '/api/discussion',
specUrl: 'https://docs.api.epilot.io/discussion.yaml',
},
{
layout: { title: 'Consent API' },
routePath: '/api/consent',
specUrl: 'https://docs.api.epilot.io/consent.yaml',
},
{
layout: { title: 'Partner API' },
routePath: '/api/partner',
specUrl: 'https://docs.api.epilot.io/partner-directory-api.yaml',
},
{
layout: { title: 'Notification API' },
routePath: '/api/notification',
specUrl: 'https://docs.api.epilot.io/svc-notification-api.yaml',
},
{
layout: { title: 'Blueprints API' },
routePath: '/api/blueprints',
specUrl: 'https://docs.api.epilot.io/tf-blueprint.yaml',
},
{
layout: { title: 'Product API' },
routePath: '/api/product',
specUrl: 'https://docs.api.epilot.io/product.yaml',
},
{
layout: { title: 'Customer API' },
routePath: '/api/customer',
specUrl: 'https://docs.api.epilot.io/customer.yaml',
},
{
layout: { title: 'Opportunity API' },
routePath: '/api/opportunity',
specUrl: 'https://docs.api.epilot.io/opportunity.yaml',
},
{
layout: { title: 'Order API' },
routePath: '/api/order',
specUrl: 'https://docs.api.epilot.io/order.yaml',
},
];