refactor
This commit is contained in:
57
openapi.yaml
57
openapi.yaml
@@ -248,6 +248,17 @@ paths:
|
||||
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
|
||||
responses:
|
||||
'201':
|
||||
@@ -487,6 +498,17 @@ paths:
|
||||
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
|
||||
responses:
|
||||
'201':
|
||||
@@ -726,6 +748,17 @@ paths:
|
||||
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
|
||||
responses:
|
||||
'201':
|
||||
@@ -912,6 +945,17 @@ paths:
|
||||
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
|
||||
responses:
|
||||
'201':
|
||||
@@ -1089,6 +1133,17 @@ paths:
|
||||
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
|
||||
responses:
|
||||
'201':
|
||||
@@ -5042,7 +5097,7 @@ components:
|
||||
type: string
|
||||
nullable: true
|
||||
description: 'Custom Nginx configuration base64 encoded.'
|
||||
http_basic_auth_enabled:
|
||||
is_http_basic_auth_enabled:
|
||||
type: boolean
|
||||
description: 'HTTP Basic Authentication enabled.'
|
||||
http_basic_auth_username:
|
||||
|
||||
Reference in New Issue
Block a user