On this page
Create a new media for a baking
POST /api/v1/bakings/{eventable_id}/mediaRequired Scopes
write
Request Body
Content-Type: multipart/form-data
Schema: object
| Field | Type | Required | Description |
|---|---|---|---|
media |
medium_input |
no |
Responses
201
media created
Schema: medium_output
medium_output
| Field | Type | Required | Description |
|---|---|---|---|
id |
integer | yes | |
description |
string | yes | |
created_at |
string | yes | |
original |
string | yes | |
medium |
string | yes | |
small |
string | yes |
422
invalid request
Schema: errors
errors
| Field | Type | Required | Description |
|---|---|---|---|
errors |
object | yes |
Prev
Unboost a status
