Skip to content

Commit 0029078

Browse files
paulirishrishikanthc
authored andcommitted
project site
1 parent 9975e6f commit 0029078

File tree

2 files changed

+5
-40
lines changed

2 files changed

+5
-40
lines changed

web/project-site/public/api/swagger.json

Lines changed: 5 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@
126126
}
127127
],
128128
"description": "Delete an API key",
129+
"produces": [
130+
"application/json"
131+
],
129132
"tags": [
130133
"api-keys"
131134
],
@@ -2023,31 +2026,15 @@
20232026
"BearerAuth": []
20242027
}
20252028
],
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",
20272030
"produces": [
2028-
"application/json",
20292031
"application/json"
20302032
],
20312033
"tags": [
2032-
"transcription",
20332034
"transcription"
20342035
],
20352036
"summary": "List all transcription records",
20362037
"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-
},
20512038
{
20522039
"type": "integer",
20532040
"default": 1,
@@ -2693,37 +2680,22 @@
26932680
},
26942681
"delete": {
26952682
"security": [
2696-
{
2697-
"ApiKeyAuth": []
2698-
},
2699-
{
2700-
"BearerAuth": []
2701-
},
27022683
{
27032684
"ApiKeyAuth": []
27042685
},
27052686
{
27062687
"BearerAuth": []
27072688
}
27082689
],
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",
27102691
"produces": [
2711-
"application/json",
27122692
"application/json"
27132693
],
27142694
"tags": [
2715-
"transcription",
27162695
"transcription"
27172696
],
27182697
"summary": "Delete transcription job",
27192698
"parameters": [
2720-
{
2721-
"type": "string",
2722-
"description": "Job ID",
2723-
"name": "id",
2724-
"in": "path",
2725-
"required": true
2726-
},
27272699
{
27282700
"type": "string",
27292701
"description": "Job ID",

web/project-site/public/api/undocumented.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -154,13 +154,6 @@
154154
"description": "Delete a transcription job and its associated files",
155155
"tag": "transcription"
156156
},
157-
{
158-
"method": "DELETE",
159-
"path": "/api/v1/transcription/{id}",
160-
"summary": "Delete transcription job",
161-
"description": "Delete a transcription job and its associated files",
162-
"tag": "transcription"
163-
},
164157
{
165158
"method": "GET",
166159
"path": "/api/v1/transcription/{id}/execution",

0 commit comments

Comments
 (0)