summaryrefslogtreecommitdiff
path: root/docs/api
Commit message (Expand)AuthorAgeFilesLines
...
* Implement :// separator for arbitrary Windows Device IDTypesPaul "TBBle" Hampson2022-03-271-0/+5
* API: add "Swarm" header to _ping endpointSebastiaan van Stijn2022-03-251-0/+15
* Merge pull request #43334 from thaJeztah/api_swagger_inline_examplesSebastiaan van Stijn2022-03-253-231/+234
|\
| * api: docs: fix indentation of HostConfig.SecurityOpt (v1.39-v1.41)Sebastiaan van Stijn2022-03-053-6/+9
| * api: docs: move ContainerWaitResponse to definitions (v1.39-v1.41)Sebastiaan van Stijn2022-03-053-48/+72
| * api: docs: move VolumeCreateOptions to definitions (v1.39-v1.41)Sebastiaan van Stijn2022-03-053-96/+117
| * api: docs: move Volume examples inline (v1.39-v1.41)Sebastiaan van Stijn2022-03-053-87/+42
* | Merge pull request #41060 from grooverdan/dock-api-fix-create-imageSebastiaan van Stijn2022-03-183-0/+11
|\ \
| * | doc: server API Correct ImagesCreate - platform parameter added in 1.32Daniel Black2020-06-033-0/+11
* | | Merge pull request #43381 from thaJeztah/docs_swagger_multi_example_fixesSebastiaan van Stijn2022-03-1717-307/+180
|\ \ \
| * | | docs: cleanup swagger API with multiple examples (v1.25-v1.41)Sebastiaan van Stijn2022-03-1517-307/+180
* | | | api/types: fix KernelMemory deprecation comment, and omitemptySebastiaan van Stijn2022-03-171-0/+2
* | | | Update handling of deprecated kernel (tcp) memory optionsSebastiaan van Stijn2022-03-171-2/+5
* | | | Remove KernelMemory option from /containers/create and /update endpointsaiordache2022-03-171-0/+3
* | | | api: docs: add IPAMConfig on IPAM (v1.41)Niel Drummond2022-03-161-3/+15
|/ / /
* | | api: docs: document MountPoint fields (v1.25-v1.41)Sebastiaan van Stijn2022-03-0817-17/+819
* | | Merge pull request #43301 from thaJeztah/remove_deprecated_RootFS_BaseLayerTianon Gravi2022-03-0818-40/+4
|\ \ \
| * | | api: docs: remove deprecated RootFS.BaseLayer (API v1.25-v1.41)Sebastiaan van Stijn2022-03-0518-40/+4
| | |/ | |/|
* | | Correct type of Mounts in ContainerSummary in docs (v1.25-v1.40)Sebastiaan van Stijn2022-03-0616-16/+16
* | | Correct type of Mounts in ContainerSummary in docsMichael Weidmann2022-03-061-1/+1
|/ /
* | api: docs: fix warning about comment indentation (API v1.40-v1.41)Sebastiaan van Stijn2022-03-032-32/+32
* | api: docs: update docs for /images/{name}/json (API v1.39-v1.41)Sebastiaan van Stijn2022-03-033-300/+496
* | Merge pull request #43277 from thaJeztah/fix_kernelmem_docs_and_errorSebastiaan van Stijn2022-03-032-0/+16
|\ \
| * | docs: add missing KernelMemoryTCP to api v1.40 and v1.41Sebastiaan van Stijn2022-02-222-0/+16
* | | Merge pull request #43235 from thaJeztah/api_wait_fixesBrian Goff2022-02-2313-15/+143
|\ \ \ | |/ / |/| |
| * | api: POST /containers/{id}/wait: validate "condition" parameterSebastiaan van Stijn2022-02-141-0/+2
| * | docs/api: add missing 400 response for POST /containers/{id}/waitSebastiaan van Stijn2022-02-1412-0/+48
| * | docs/api: update /containers/{id}/wait "condition" parameter (v1.30-v1.41)Sebastiaan van Stijn2022-02-1412-15/+93
* | | Merge pull request #43170 from thaJeztah/api_docs_fixesTianon Gravi2022-02-172-436/+528
|\ \ \ | |/ / |/| |
| * | api/swagger: move DistributionInspect to definitionsSebastiaan van Stijn2022-01-201-61/+98
| * | api/swagger: rename PluginPrivilegeItem to PluginPrivilegeSebastiaan van Stijn2022-01-201-5/+6
| * | api/swagger: fix up event-types and move to definitionsSebastiaan van Stijn2022-01-201-38/+56
| * | api/swagger: move DistributionInspect to definitionsSebastiaan van Stijn2022-01-201-61/+98
| * | api/swagger: rename PluginPrivilegeItem to PluginPrivilegeSebastiaan van Stijn2022-01-201-5/+6
| * | api/swagger: fix up event-types and move to definitionsSebastiaan van Stijn2022-01-201-38/+56
| * | Fix swagger docs to match the opencontainers image-specTobias Gesellchen2022-01-201-14/+14
| * | Extract PluginPrivilegeItem as explicit type definitionTobias Gesellchen2022-01-201-53/+22
| * | Use explicit object names for improved swagger based code generationTobias Gesellchen2022-01-201-1/+8
| * | Fix ContainerSummary swagger docsTobias Gesellchen2022-01-201-65/+65
| * | Add "changes" query parameter for /image/create to swagger docsTobias Gesellchen2022-01-201-0/+12
| * | Add RestartPolicy "no" to swagger docsTobias Gesellchen2022-01-201-0/+2
| * | Fix swagger docs to match the opencontainers image-specTobias Gesellchen2022-01-201-14/+14
| * | Extract PluginPrivilegeItem as explicit type definitionTobias Gesellchen2022-01-201-53/+22
| * | Use explicit object names for improved swagger based code generationTobias Gesellchen2022-01-201-1/+8
| * | Fix ContainerSummary swagger docsTobias Gesellchen2022-01-201-65/+65
| * | Add "changes" query parameter for /image/create to swagger docsTobias Gesellchen2022-01-201-0/+12
| * | Add RestartPolicy "no" to swagger docsTobias Gesellchen2022-01-201-0/+2
* | | Add support for platform (os and architecture) on image importSebastiaan van Stijn2022-01-241-0/+6
* | | docs: remove HostConfig.LxcConf field from API docsSebastiaan van Stijn2022-01-2021-20/+2
|/ /
* | docs: fixing /exec/{id}/resize response code in API documentationSebastiaan van Stijn2022-01-1017-17/+153