|
16 | 16 | "version" : "1.0.0"
|
17 | 17 | },
|
18 | 18 | "servers" : [ {
|
19 |
| - "url" : "https://api.cloudquery.io" |
| 19 | + "url" : "https://api.cloudquery.io", |
| 20 | + "x-internal" : false |
20 | 21 | } ],
|
21 | 22 | "security" : [ {
|
22 | 23 | "bearerAuth" : [ ]
|
|
61 | 62 | "responses" : {
|
62 | 63 | "200" : {
|
63 | 64 | "description" : "Response"
|
| 65 | + }, |
| 66 | + "500" : { |
| 67 | + "$ref" : "#/components/responses/InternalError" |
64 | 68 | }
|
65 | 69 | },
|
66 | 70 | "security" : [ ],
|
|
6395 | 6399 | }
|
6396 | 6400 | },
|
6397 | 6401 | "schemas" : {
|
6398 |
| - "ImageURL" : { |
6399 |
| - "properties" : { |
6400 |
| - "upload_url" : { |
6401 |
| - "example" : "https://cloudquery.io/api/v1/upload/1234567890abcdef1234567890abcdef", |
6402 |
| - "type" : "string" |
6403 |
| - }, |
6404 |
| - "download_url" : { |
6405 |
| - "example" : "https://cloudquery.io/api/v1/download/1234567890abcdef1234567890abcdef", |
6406 |
| - "type" : "string" |
6407 |
| - } |
6408 |
| - }, |
6409 |
| - "required" : [ "download_url", "upload_url" ] |
6410 |
| - }, |
6411 | 6402 | "BasicError" : {
|
6412 | 6403 | "additionalProperties" : false,
|
6413 | 6404 | "description" : "Basic Error",
|
|
6422 | 6413 | "required" : [ "message", "status" ],
|
6423 | 6414 | "title" : "Basic Error"
|
6424 | 6415 | },
|
| 6416 | + "ImageURL" : { |
| 6417 | + "properties" : { |
| 6418 | + "upload_url" : { |
| 6419 | + "example" : "https://cloudquery.io/api/v1/upload/1234567890abcdef1234567890abcdef", |
| 6420 | + "type" : "string" |
| 6421 | + }, |
| 6422 | + "download_url" : { |
| 6423 | + "example" : "https://cloudquery.io/api/v1/download/1234567890abcdef1234567890abcdef", |
| 6424 | + "type" : "string" |
| 6425 | + } |
| 6426 | + }, |
| 6427 | + "required" : [ "download_url", "upload_url" ] |
| 6428 | + }, |
6425 | 6429 | "TeamName" : {
|
6426 | 6430 | "description" : "The unique name for the team.",
|
6427 | 6431 | "example" : "cloudquery",
|
|
8564 | 8568 | "example" : "Human Readable Name",
|
8565 | 8569 | "maxLength" : 255,
|
8566 | 8570 | "minLength" : 1,
|
8567 |
| - "pattern" : "^[a-zA-Z\\p{L}][a-zA-Z\\p{L} \\-']*$", |
| 8571 | + "pattern" : "^[a-zA-Z\\p{L}\\p{N}_][a-zA-Z\\p{L}\\p{N}_ \\-']*$", |
8568 | 8572 | "type" : "string"
|
8569 | 8573 | },
|
8570 | 8574 | "PromoteSyncSourceTestConnection" : {
|
|
0 commit comments