mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-12-04 15:21:05 +01:00
Api doesn't return secrets, so no need to document structure
This commit is contained in:
parent
aac032db96
commit
17e68ababb
22
api-docs.yml
22
api-docs.yml
@ -410,28 +410,6 @@ definitions:
|
||||
enum: [none, ssh, login_password]
|
||||
project_id:
|
||||
type: integer
|
||||
login_password:
|
||||
type: object
|
||||
properties:
|
||||
password:
|
||||
type: string
|
||||
x-example: password
|
||||
example: password
|
||||
login:
|
||||
type: string
|
||||
x-example: username
|
||||
example: username
|
||||
ssh:
|
||||
type: object
|
||||
properties:
|
||||
login:
|
||||
type: string
|
||||
x-example: user
|
||||
example: user
|
||||
private_key:
|
||||
type: string
|
||||
x-example: private key
|
||||
example: private key
|
||||
|
||||
EnvironmentRequest:
|
||||
type: object
|
||||
|
Loading…
Reference in New Issue
Block a user