chore(api): update API docs
This commit is contained in:
28
openapi.yaml
28
openapi.yaml
@@ -259,6 +259,9 @@ paths:
|
||||
type: string
|
||||
nullable: true
|
||||
description: 'Password for HTTP Basic Authentication'
|
||||
connect_to_docker_network:
|
||||
type: boolean
|
||||
description: 'The flag to connect the service to the predefined Docker network.'
|
||||
type: object
|
||||
responses:
|
||||
'201':
|
||||
@@ -509,6 +512,9 @@ paths:
|
||||
type: string
|
||||
nullable: true
|
||||
description: 'Password for HTTP Basic Authentication'
|
||||
connect_to_docker_network:
|
||||
type: boolean
|
||||
description: 'The flag to connect the service to the predefined Docker network.'
|
||||
type: object
|
||||
responses:
|
||||
'201':
|
||||
@@ -759,6 +765,9 @@ paths:
|
||||
type: string
|
||||
nullable: true
|
||||
description: 'Password for HTTP Basic Authentication'
|
||||
connect_to_docker_network:
|
||||
type: boolean
|
||||
description: 'The flag to connect the service to the predefined Docker network.'
|
||||
type: object
|
||||
responses:
|
||||
'201':
|
||||
@@ -956,6 +965,9 @@ paths:
|
||||
type: string
|
||||
nullable: true
|
||||
description: 'Password for HTTP Basic Authentication'
|
||||
connect_to_docker_network:
|
||||
type: boolean
|
||||
description: 'The flag to connect the service to the predefined Docker network.'
|
||||
type: object
|
||||
responses:
|
||||
'201':
|
||||
@@ -1144,6 +1156,9 @@ paths:
|
||||
type: string
|
||||
nullable: true
|
||||
description: 'Password for HTTP Basic Authentication'
|
||||
connect_to_docker_network:
|
||||
type: boolean
|
||||
description: 'The flag to connect the service to the predefined Docker network.'
|
||||
type: object
|
||||
responses:
|
||||
'201':
|
||||
@@ -1212,6 +1227,9 @@ paths:
|
||||
type: boolean
|
||||
nullable: true
|
||||
description: 'Use build server.'
|
||||
connect_to_docker_network:
|
||||
type: boolean
|
||||
description: 'The flag to connect the service to the predefined Docker network.'
|
||||
type: object
|
||||
responses:
|
||||
'201':
|
||||
@@ -1539,6 +1557,9 @@ paths:
|
||||
type: boolean
|
||||
nullable: true
|
||||
description: 'Use build server.'
|
||||
connect_to_docker_network:
|
||||
type: boolean
|
||||
description: 'The flag to connect the service to the predefined Docker network.'
|
||||
type: object
|
||||
responses:
|
||||
'200':
|
||||
@@ -4660,6 +4681,13 @@ paths:
|
||||
schema:
|
||||
type: string
|
||||
format: uuid
|
||||
-
|
||||
name: latest
|
||||
in: query
|
||||
description: 'Pull latest images.'
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
responses:
|
||||
'200':
|
||||
description: 'Restart service.'
|
||||
|
Reference in New Issue
Block a user