Better indent of description
This commit is contained in:
parent
d5ce87e956
commit
2e6cc8045c
1 changed files with 8 additions and 7 deletions
|
@ -272,14 +272,15 @@ paths:
|
||||||
"/config":
|
"/config":
|
||||||
get:
|
get:
|
||||||
summary: Get the configuration for the content repository.
|
summary: Get the configuration for the content repository.
|
||||||
description: Clients SHOULD use this as a guide when using content repository endpoints.
|
description: |-
|
||||||
All values are intentionally left optional. Clients SHOULD follow
|
Clients SHOULD use this as a guide when using content repository endpoints.
|
||||||
the advice given in the field description when the field is not available.
|
All values are intentionally left optional. Clients SHOULD follow
|
||||||
|
the advice given in the field description when the field is not available.
|
||||||
|
|
||||||
**NOTE:** Both clients and server administrators should be aware that proxies
|
**NOTE:** Both clients and server administrators should be aware that proxies
|
||||||
between the client and the server may affect the apparent behaviour of content
|
between the client and the server may affect the apparent behaviour of content
|
||||||
repository APIs, for example, proxies may enforce a lower upload size limit
|
repository APIs, for example, proxies may enforce a lower upload size limit
|
||||||
than is advertised by the server on this endpoint.
|
than is advertised by the server on this endpoint.
|
||||||
operationId: getConfig
|
operationId: getConfig
|
||||||
produces: ["application/json"]
|
produces: ["application/json"]
|
||||||
security:
|
security:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue