mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 13:04:10 +01:00
replace "<content>" with "content"
This parameter that's part of the content-repo openapi spec causes generators to mess up
This commit is contained in:
parent
5d40118116
commit
5bdf99fe81
|
|
@ -49,7 +49,7 @@ paths:
|
|||
name: filename
|
||||
description: The name of the file being uploaded
|
||||
- in: body
|
||||
name: "<content>"
|
||||
name: "content"
|
||||
description: The content to be uploaded.
|
||||
required: true
|
||||
x-example: "<bytes>" # so the spec shows "<bytes>" without quotes.
|
||||
|
|
|
|||
Loading…
Reference in a new issue