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: api-docs/docs.go
+2-33Lines changed: 2 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -2029,31 +2029,15 @@ const docTemplate = `{
2029
2029
"BearerAuth": []
2030
2030
}
2031
2031
],
2032
-
"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",
2032
+
"description": "Get a list of all transcription jobs with optional search and filtering",
2033
2033
"produces": [
2034
-
"application/json",
2035
2034
"application/json"
2036
2035
],
2037
2036
"tags": [
2038
-
"transcription",
2039
2037
"transcription"
2040
2038
],
2041
2039
"summary": "List all transcription records",
2042
2040
"parameters": [
2043
-
{
2044
-
"type": "integer",
2045
-
"default": 1,
2046
-
"description": "Page number",
2047
-
"name": "page",
2048
-
"in": "query"
2049
-
},
2050
-
{
2051
-
"type": "integer",
2052
-
"default": 10,
2053
-
"description": "Items per page",
2054
-
"name": "limit",
2055
-
"in": "query"
2056
-
},
2057
2041
{
2058
2042
"type": "integer",
2059
2043
"default": 1,
@@ -2699,37 +2683,22 @@ const docTemplate = `{
2699
2683
},
2700
2684
"delete": {
2701
2685
"security": [
2702
-
{
2703
-
"ApiKeyAuth": []
2704
-
},
2705
-
{
2706
-
"BearerAuth": []
2707
-
},
2708
2686
{
2709
2687
"ApiKeyAuth": []
2710
2688
},
2711
2689
{
2712
2690
"BearerAuth": []
2713
2691
}
2714
2692
],
2715
-
"description": "Delete a transcription job and its associated files\nDelete a transcription job and its associated files",
2693
+
"description": "Delete a transcription job and its associated files",
Copy file name to clipboardExpand all lines: api-docs/swagger.json
+2-33Lines changed: 2 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -2023,31 +2023,15 @@
2023
2023
"BearerAuth": []
2024
2024
}
2025
2025
],
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",
2026
+
"description": "Get a list of all transcription jobs with optional search and filtering",
2027
2027
"produces": [
2028
-
"application/json",
2029
2028
"application/json"
2030
2029
],
2031
2030
"tags": [
2032
-
"transcription",
2033
2031
"transcription"
2034
2032
],
2035
2033
"summary": "List all transcription records",
2036
2034
"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
2035
{
2052
2036
"type": "integer",
2053
2037
"default": 1,
@@ -2693,37 +2677,22 @@
2693
2677
},
2694
2678
"delete": {
2695
2679
"security": [
2696
-
{
2697
-
"ApiKeyAuth": []
2698
-
},
2699
-
{
2700
-
"BearerAuth": []
2701
-
},
2702
2680
{
2703
2681
"ApiKeyAuth": []
2704
2682
},
2705
2683
{
2706
2684
"BearerAuth": []
2707
2685
}
2708
2686
],
2709
-
"description": "Delete a transcription job and its associated files\nDelete a transcription job and its associated files",
2687
+
"description": "Delete a transcription job and its associated files",
0 commit comments