|
2237 | 2237 | "parameters" : [ {
|
2238 | 2238 | "$ref" : "#/components/parameters/team_name"
|
2239 | 2239 | }, {
|
2240 |
| - "$ref" : "#/components/parameters/email" |
| 2240 | + "$ref" : "#/components/parameters/email_basic" |
2241 | 2241 | } ],
|
2242 | 2242 | "responses" : {
|
2243 | 2243 | "204" : {
|
|
3149 | 3149 | "parameters" : [ {
|
3150 | 3150 | "$ref" : "#/components/parameters/team_name"
|
3151 | 3151 | }, {
|
3152 |
| - "$ref" : "#/components/parameters/email" |
| 3152 | + "$ref" : "#/components/parameters/email_basic" |
3153 | 3153 | } ],
|
3154 | 3154 | "responses" : {
|
3155 | 3155 | "204" : {
|
|
4586 | 4586 | },
|
4587 | 4587 | "description" : "Response"
|
4588 | 4588 | },
|
| 4589 | + "204" : { |
| 4590 | + "description" : "No logs available for a sync run that has not started." |
| 4591 | + }, |
4589 | 4592 | "302" : {
|
4590 | 4593 | "description" : "Redirect to the logs download URL for a sync run that has completed.",
|
4591 | 4594 | "headers" : {
|
|
5503 | 5506 | "style" : "simple",
|
5504 | 5507 | "x-go-name" : "AddonOrderID"
|
5505 | 5508 | },
|
5506 |
| - "email" : { |
| 5509 | + "email_basic" : { |
5507 | 5510 | "explode" : false,
|
5508 | 5511 | "in" : "path",
|
5509 | 5512 | "name" : "email",
|
5510 | 5513 | "required" : true,
|
5511 | 5514 | "schema" : {
|
5512 |
| - "$ref" : "#/components/schemas/Email" |
| 5515 | + "example" : "user@example.com", |
| 5516 | + "type" : "string" |
5513 | 5517 | },
|
5514 | 5518 | "style" : "simple"
|
5515 | 5519 | },
|
|
7130 | 7134 | "required" : [ "addon_name", "addon_team", "addon_type", "cancel_url", "success_url" ],
|
7131 | 7135 | "title" : "Create CloudQuery Addon Order"
|
7132 | 7136 | },
|
7133 |
| - "Email" : { |
7134 |
| - "example" : "user@cloudquery.io", |
7135 |
| - "format" : "email", |
7136 |
| - "type" : "string" |
7137 |
| - }, |
7138 | 7137 | "UserName" : {
|
7139 | 7138 | "description" : "The unique name for the user.",
|
7140 | 7139 | "example" : "user",
|
|
7159 | 7158 | "x-go-name" : "ID"
|
7160 | 7159 | },
|
7161 | 7160 | "email" : {
|
7162 |
| - "$ref" : "#/components/schemas/Email" |
| 7161 | + "example" : "user@example.com", |
| 7162 | + "type" : "string" |
7163 | 7163 | },
|
7164 | 7164 | "name" : {
|
7165 | 7165 | "$ref" : "#/components/schemas/UserName"
|
|
7511 | 7511 | "required" : [ "metadata", "values" ],
|
7512 | 7512 | "title" : "CloudQuery Spend Summary"
|
7513 | 7513 | },
|
| 7514 | + "Email" : { |
| 7515 | + "example" : "user@example.com", |
| 7516 | + "format" : "email", |
| 7517 | + "type" : "string" |
| 7518 | + }, |
7514 | 7519 | "Invitation" : {
|
7515 | 7520 | "additionalProperties" : false,
|
7516 | 7521 | "properties" : {
|
|
7668 | 7673 | "$ref" : "#/components/schemas/APIKeyName"
|
7669 | 7674 | },
|
7670 | 7675 | "created_by" : {
|
7671 |
| - "$ref" : "#/components/schemas/Email" |
| 7676 | + "description" : "email of the user that created the API key", |
| 7677 | + "example" : "user@example.com", |
| 7678 | + "type" : "string" |
7672 | 7679 | },
|
7673 | 7680 | "id" : {
|
7674 | 7681 | "$ref" : "#/components/schemas/APIKeyID"
|
|
8948 | 8955 | "role" : "admin",
|
8949 | 8956 | "user" : {
|
8950 | 8957 | "created_at" : "2017-07-14T16:53:42Z",
|
8951 |
| - "email" : "user@clouduery.io", |
| 8958 | + "email" : "user@example.com", |
8952 | 8959 | "id" : "12345678-1234-1234-1234-1234567890ab",
|
8953 | 8960 | "name" : "user",
|
8954 | 8961 | "updated_at" : "2017-07-14T16:53:42Z"
|
|
0 commit comments