refactor
This commit is contained in:
72
openapi.json
72
openapi.json
@@ -339,6 +339,20 @@
|
||||
"type": "boolean",
|
||||
"nullable": true,
|
||||
"description": "Use build server."
|
||||
},
|
||||
"is_http_basic_auth_enabled": {
|
||||
"type": "boolean",
|
||||
"description": "HTTP Basic Authentication enabled."
|
||||
},
|
||||
"http_basic_auth_username": {
|
||||
"type": "string",
|
||||
"nullable": true,
|
||||
"description": "Username for HTTP Basic Authentication"
|
||||
},
|
||||
"http_basic_auth_password": {
|
||||
"type": "string",
|
||||
"nullable": true,
|
||||
"description": "Password for HTTP Basic Authentication"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
@@ -673,6 +687,20 @@
|
||||
"type": "boolean",
|
||||
"nullable": true,
|
||||
"description": "Use build server."
|
||||
},
|
||||
"is_http_basic_auth_enabled": {
|
||||
"type": "boolean",
|
||||
"description": "HTTP Basic Authentication enabled."
|
||||
},
|
||||
"http_basic_auth_username": {
|
||||
"type": "string",
|
||||
"nullable": true,
|
||||
"description": "Username for HTTP Basic Authentication"
|
||||
},
|
||||
"http_basic_auth_password": {
|
||||
"type": "string",
|
||||
"nullable": true,
|
||||
"description": "Password for HTTP Basic Authentication"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
@@ -1007,6 +1035,20 @@
|
||||
"type": "boolean",
|
||||
"nullable": true,
|
||||
"description": "Use build server."
|
||||
},
|
||||
"is_http_basic_auth_enabled": {
|
||||
"type": "boolean",
|
||||
"description": "HTTP Basic Authentication enabled."
|
||||
},
|
||||
"http_basic_auth_username": {
|
||||
"type": "string",
|
||||
"nullable": true,
|
||||
"description": "Username for HTTP Basic Authentication"
|
||||
},
|
||||
"http_basic_auth_password": {
|
||||
"type": "string",
|
||||
"nullable": true,
|
||||
"description": "Password for HTTP Basic Authentication"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
@@ -1270,6 +1312,20 @@
|
||||
"type": "boolean",
|
||||
"nullable": true,
|
||||
"description": "Use build server."
|
||||
},
|
||||
"is_http_basic_auth_enabled": {
|
||||
"type": "boolean",
|
||||
"description": "HTTP Basic Authentication enabled."
|
||||
},
|
||||
"http_basic_auth_username": {
|
||||
"type": "string",
|
||||
"nullable": true,
|
||||
"description": "Username for HTTP Basic Authentication"
|
||||
},
|
||||
"http_basic_auth_password": {
|
||||
"type": "string",
|
||||
"nullable": true,
|
||||
"description": "Password for HTTP Basic Authentication"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
@@ -1516,6 +1572,20 @@
|
||||
"type": "boolean",
|
||||
"nullable": true,
|
||||
"description": "Use build server."
|
||||
},
|
||||
"is_http_basic_auth_enabled": {
|
||||
"type": "boolean",
|
||||
"description": "HTTP Basic Authentication enabled."
|
||||
},
|
||||
"http_basic_auth_username": {
|
||||
"type": "string",
|
||||
"nullable": true,
|
||||
"description": "Username for HTTP Basic Authentication"
|
||||
},
|
||||
"http_basic_auth_password": {
|
||||
"type": "string",
|
||||
"nullable": true,
|
||||
"description": "Password for HTTP Basic Authentication"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
@@ -7554,7 +7624,7 @@
|
||||
"nullable": true,
|
||||
"description": "Custom Nginx configuration base64 encoded."
|
||||
},
|
||||
"http_basic_auth_enabled": {
|
||||
"is_http_basic_auth_enabled": {
|
||||
"type": "boolean",
|
||||
"description": "HTTP Basic Authentication enabled."
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user