/limits => /config
This commit is contained in:
parent
ffc8ee298a
commit
077cd04a6d
1 changed files with 2 additions and 2 deletions
|
@ -269,9 +269,9 @@ paths:
|
||||||
"$ref": "definitions/error.yaml"
|
"$ref": "definitions/error.yaml"
|
||||||
tags:
|
tags:
|
||||||
- Media
|
- Media
|
||||||
"/limits":
|
"/config":
|
||||||
get:
|
get:
|
||||||
summary: Get limits on what can be uploaded to the content repository.
|
summary: Get the config for the media repository.
|
||||||
Clients SHOULD use this as a guide when uploading content.
|
Clients SHOULD use this as a guide when uploading content.
|
||||||
All values are intentionally left optional, the client MUST assume
|
All values are intentionally left optional, the client MUST assume
|
||||||
that any field not given is not limited.
|
that any field not given is not limited.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue