You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/media/:
post:
summary: Upload media
operationId: operation
description: upload a file and reference it using a url.
consumes: [ multipart/form-data ]
parameters:
- name: photo
in: formData
description: Photo to upload
required: true
type: file
The text was updated successfully, but these errors were encountered:
Example:
The text was updated successfully, but these errors were encountered: