|
9303 | 9303 | } |
9304 | 9304 | } |
9305 | 9305 | }, |
| 9306 | + "/org/datasets/{id}/bulk-download/kcl": { |
| 9307 | + "get": { |
| 9308 | + "tags": [ |
| 9309 | + "orgs" |
| 9310 | + ], |
| 9311 | + "summary": "Bulk-download KCL outputs for successful dataset conversions.", |
| 9312 | + "operationId": "download_org_dataset_successful_kcl_bulk", |
| 9313 | + "parameters": [ |
| 9314 | + { |
| 9315 | + "in": "path", |
| 9316 | + "name": "id", |
| 9317 | + "description": "The identifier.", |
| 9318 | + "required": true, |
| 9319 | + "schema": { |
| 9320 | + "$ref": "#/components/schemas/Uuid" |
| 9321 | + } |
| 9322 | + } |
| 9323 | + ], |
| 9324 | + "responses": { |
| 9325 | + "default": { |
| 9326 | + "description": "", |
| 9327 | + "content": { |
| 9328 | + "*/*": { |
| 9329 | + "schema": {} |
| 9330 | + } |
| 9331 | + } |
| 9332 | + } |
| 9333 | + } |
| 9334 | + }, |
| 9335 | + "options": { |
| 9336 | + "tags": [ |
| 9337 | + "hidden" |
| 9338 | + ], |
| 9339 | + "summary": "OPTIONS endpoint.", |
| 9340 | + "description": "This is necessary for some preflight requests, specifically POST, PUT, and DELETE.", |
| 9341 | + "operationId": "options_download_org_dataset_successful_kcl_bulk", |
| 9342 | + "parameters": [ |
| 9343 | + { |
| 9344 | + "in": "path", |
| 9345 | + "name": "id", |
| 9346 | + "description": "The identifier.", |
| 9347 | + "required": true, |
| 9348 | + "schema": { |
| 9349 | + "$ref": "#/components/schemas/Uuid" |
| 9350 | + } |
| 9351 | + } |
| 9352 | + ], |
| 9353 | + "responses": { |
| 9354 | + "204": { |
| 9355 | + "description": "successful operation, no content", |
| 9356 | + "headers": { |
| 9357 | + "Access-Control-Allow-Credentials": { |
| 9358 | + "description": "Access-Control-Allow-Credentials header.", |
| 9359 | + "style": "simple", |
| 9360 | + "schema": { |
| 9361 | + "nullable": true, |
| 9362 | + "type": "string" |
| 9363 | + } |
| 9364 | + }, |
| 9365 | + "Access-Control-Allow-Headers": { |
| 9366 | + "description": "Access-Control-Allow-Headers header. This is a comma-separated list of headers.", |
| 9367 | + "style": "simple", |
| 9368 | + "schema": { |
| 9369 | + "nullable": true, |
| 9370 | + "type": "string" |
| 9371 | + } |
| 9372 | + }, |
| 9373 | + "Access-Control-Allow-Methods": { |
| 9374 | + "description": "Access-Control-Allow-Methods header.", |
| 9375 | + "style": "simple", |
| 9376 | + "schema": { |
| 9377 | + "nullable": true, |
| 9378 | + "type": "string" |
| 9379 | + } |
| 9380 | + }, |
| 9381 | + "Access-Control-Allow-Origin": { |
| 9382 | + "description": "Access-Control-Allow-Origin header.", |
| 9383 | + "style": "simple", |
| 9384 | + "schema": { |
| 9385 | + "nullable": true, |
| 9386 | + "type": "string" |
| 9387 | + } |
| 9388 | + }, |
| 9389 | + "Content-Location": { |
| 9390 | + "description": "The Content-Location header for responses that are not the final destination. This is used to indicate where the resource can be found, when it is finished.", |
| 9391 | + "style": "simple", |
| 9392 | + "schema": { |
| 9393 | + "nullable": true, |
| 9394 | + "type": "string" |
| 9395 | + } |
| 9396 | + }, |
| 9397 | + "Location": { |
| 9398 | + "description": "The location header for redirects and letting users know if there is a websocket they can listen to for status updates on their operation.", |
| 9399 | + "style": "simple", |
| 9400 | + "schema": { |
| 9401 | + "nullable": true, |
| 9402 | + "type": "string" |
| 9403 | + } |
| 9404 | + }, |
| 9405 | + "Set-Cookie": { |
| 9406 | + "description": "Set-Cookie header.", |
| 9407 | + "style": "simple", |
| 9408 | + "schema": { |
| 9409 | + "nullable": true, |
| 9410 | + "type": "string" |
| 9411 | + } |
| 9412 | + }, |
| 9413 | + "X-Api-Call-Id": { |
| 9414 | + "description": "ID for this request. We return it so that users can report this to us and help us debug their problems.", |
| 9415 | + "style": "simple", |
| 9416 | + "required": true, |
| 9417 | + "schema": { |
| 9418 | + "type": "string" |
| 9419 | + } |
| 9420 | + } |
| 9421 | + } |
| 9422 | + }, |
| 9423 | + "4XX": { |
| 9424 | + "$ref": "#/components/responses/Error" |
| 9425 | + }, |
| 9426 | + "5XX": { |
| 9427 | + "$ref": "#/components/responses/Error" |
| 9428 | + } |
| 9429 | + } |
| 9430 | + } |
| 9431 | + }, |
9306 | 9432 | "/org/datasets/{id}/conversions": { |
9307 | 9433 | "get": { |
9308 | 9434 | "tags": [ |
|
0 commit comments