You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web/project-site/public/api/swagger.json
+5-33Lines changed: 5 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -126,6 +126,9 @@
126
126
}
127
127
],
128
128
"description": "Delete an API key",
129
+
"produces": [
130
+
"application/json"
131
+
],
129
132
"tags": [
130
133
"api-keys"
131
134
],
@@ -2023,31 +2026,15 @@
2023
2026
"BearerAuth": []
2024
2027
}
2025
2028
],
2026
-
"description": "Get a list of all transcription jobs with optional search and filtering\nGet a list of all transcription jobs with optional search and filtering",
2029
+
"description": "Get a list of all transcription jobs with optional search and filtering",
2027
2030
"produces": [
2028
-
"application/json",
2029
2031
"application/json"
2030
2032
],
2031
2033
"tags": [
2032
-
"transcription",
2033
2034
"transcription"
2034
2035
],
2035
2036
"summary": "List all transcription records",
2036
2037
"parameters": [
2037
-
{
2038
-
"type": "integer",
2039
-
"default": 1,
2040
-
"description": "Page number",
2041
-
"name": "page",
2042
-
"in": "query"
2043
-
},
2044
-
{
2045
-
"type": "integer",
2046
-
"default": 10,
2047
-
"description": "Items per page",
2048
-
"name": "limit",
2049
-
"in": "query"
2050
-
},
2051
2038
{
2052
2039
"type": "integer",
2053
2040
"default": 1,
@@ -2693,37 +2680,22 @@
2693
2680
},
2694
2681
"delete": {
2695
2682
"security": [
2696
-
{
2697
-
"ApiKeyAuth": []
2698
-
},
2699
-
{
2700
-
"BearerAuth": []
2701
-
},
2702
2683
{
2703
2684
"ApiKeyAuth": []
2704
2685
},
2705
2686
{
2706
2687
"BearerAuth": []
2707
2688
}
2708
2689
],
2709
-
"description": "Delete a transcription job and its associated files\nDelete a transcription job and its associated files",
2690
+
"description": "Delete a transcription job and its associated files",
0 commit comments