1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 08:19:40 +02:00

docs(api): add missing supported resource control types (#1812)

This commit is contained in:
Anthony Lapenna 2018-04-13 16:09:43 +02:00 committed by GitHub
parent 7690ef3c33
commit 23f4939ee7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2608,7 +2608,7 @@ definitions:
type: "string"
example: "container"
description: "Type of Docker resource. Valid values are: container, volume\
\ or service"
\ service, secret, config or stack"
AdministratorsOnly:
type: "boolean"
example: true
@ -2923,7 +2923,7 @@ definitions:
RepositoryPassword:
type: "string"
example: "myGitPassword"
description: "Password used in basic authentication. Required when RepositoryAuthentication is true."
description: "Password used in basic authentication. Required when RepositoryAuthentication is true."
Env:
type: "array"
description: "A list of environment variables used during stack deployment"