Skip to content

Commit e7f0806

Browse files
committed
format the api reference
Signed-off-by: Sahil Suman <sahilsuman933@gmail.com>
1 parent 9e85fe7 commit e7f0806

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

mint.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -250,29 +250,29 @@
250250
{
251251
"group": "Assistants",
252252
"pages": [
253-
"api-reference/assistants/list-assistants",
254-
"api-reference/assistants/get-assistant",
255253
"api-reference/assistants/create-assistant",
254+
"api-reference/assistants/get-assistant",
255+
"api-reference/assistants/list-assistants",
256256
"api-reference/assistants/update-assistant",
257257
"api-reference/assistants/delete-assistant"
258258
]
259259
},
260260
{
261261
"group": "Calls",
262262
"pages": [
263-
"api-reference/calls/list-calls",
263+
"api-reference/calls/create-call",
264264
"api-reference/calls/get-call",
265+
"api-reference/calls/list-calls",
265266
"api-reference/calls/update-call",
266-
"api-reference/calls/delete-call-data",
267-
"api-reference/calls/create-call"
267+
"api-reference/calls/delete-call-data"
268268
]
269269
},
270270
{
271271
"group": "Squads",
272272
"pages": [
273-
"api-reference/squads/list-squads",
274-
"api-reference/squads/get-squad",
275273
"api-reference/squads/create-squad",
274+
"api-reference/squads/get-squad",
275+
"api-reference/squads/list-squads",
276276
"api-reference/squads/update-squad",
277277
"api-reference/squads/delete-squad"
278278
]
@@ -281,8 +281,8 @@
281281
"group": "Phone Numbers",
282282
"pages": [
283283
"api-reference/phone-numbers/create-phone-number",
284-
"api-reference/phone-numbers/list-phone-numbers",
285284
"api-reference/phone-numbers/get-phone-number",
285+
"api-reference/phone-numbers/list-phone-numbers",
286286
"api-reference/phone-numbers/update-phone-number",
287287
"api-reference/phone-numbers/delete-phone-number"
288288
]
@@ -291,18 +291,18 @@
291291
"group": "Tools",
292292
"pages": [
293293
"api-reference/tools/create-tool",
294-
"api-reference/tools/delete-tool",
295294
"api-reference/tools/get-tool",
296295
"api-reference/tools/list-tools",
297-
"api-reference/tools/update-tool"
296+
"api-reference/tools/update-tool",
297+
"api-reference/tools/delete-tool"
298298
]
299299
},
300300
{
301301
"group": "Files",
302302
"pages": [
303303
"api-reference/files/upload-file",
304-
"api-reference/files/list-files",
305304
"api-reference/files/get-file",
305+
"api-reference/files/list-files",
306306
"api-reference/files/update-file",
307307
"api-reference/files/delete-file"
308308
]

0 commit comments

Comments
 (0)