From e0ccaf3c581790f27ebbbab4f774c4e5c0e99418 Mon Sep 17 00:00:00 2001 From: aeneasr <3372410+aeneasr@users.noreply.github.com> Date: Wed, 14 Apr 2021 09:48:09 +0000 Subject: [PATCH] autogen(docs): generate and format documentation --- docs/docs/reference/api.mdx | 2 +- spec/api.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/reference/api.mdx b/docs/docs/reference/api.mdx index 2823082c5bd..8e2c92c9208 100644 --- a/docs/docs/reference/api.mdx +++ b/docs/docs/reference/api.mdx @@ -8764,7 +8764,7 @@ _Volume volume_ | Name | string | true | none | Name of the volume. | | Options | object | true | none | The driver specific options used when creating the volume. | | ยป **additionalProperties** | string | false | none | none | -| Scope | string | true | none | The level at which the volume exists. Either `global` for cluster-wide, or `local` for machine level. | +| Scope | string | true | none | The level at which the volume exists. Either `global` for cluster-wide,
or `local` for machine level. | | Status | object | false | none | Low-level details about the volume, provided by the volume driver.
Details are returned as a map with key/value pairs:
`{"key":"value","key2":"value2"}`.

The `Status` field is optional, and is omitted if the volume driver
does not support this feature. | | UsageData | [VolumeUsageData](#schemavolumeusagedata) | false | none | VolumeUsageData Usage details about the volume. This information is used by the
`GET /system/df` endpoint, and omitted in other endpoints. | diff --git a/spec/api.json b/spec/api.json index 87d1d9bc124..b7035b4ea4e 100755 --- a/spec/api.json +++ b/spec/api.json @@ -2499,7 +2499,7 @@ } }, "Scope": { - "description": "The level at which the volume exists. Either `global` for cluster-wide, or `local` for machine level.", + "description": "The level at which the volume exists. Either `global` for cluster-wide,\nor `local` for machine level.", "type": "string" }, "Status": {