mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-04 23:36:44 +02:00
fix: update api schema to pass form data when publishing an episode
closes #553
This commit is contained in:
parent
1e6477db67
commit
5dce8cb949
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ paths:
|
||||||
description: Publish parameters
|
description: Publish parameters
|
||||||
required: true
|
required: true
|
||||||
content:
|
content:
|
||||||
application/json:
|
multipart/form-data:
|
||||||
schema:
|
schema:
|
||||||
$ref: "#/components/schemas/EpisodePublishRequest"
|
$ref: "#/components/schemas/EpisodePublishRequest"
|
||||||
responses:
|
responses:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue