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:
dylhack.dev 2022-12-01 15:07:08 -06:00 committed by GitHub
parent 5d40118116
commit 5bdf99fe81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.