Skip to content

Commit

Permalink
ALFREDAPI-565: Update swagger doc for /upload metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
WimCrols committed Jan 7, 2025
1 parent f09e0cf commit 0da1a6d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/swagger-ui/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@
{
"name": "metadata",
"in": "formData",
"description": "Metadata for this file",
"description": "Metadata changes for this file. If used, the content type of this parameter (*not* of the request) needs to be set to *'application/json'*. E.g.: https://curl.se/docs/manpage.html#-F",
"required": false,
"type": "string"
},
Expand All @@ -641,6 +641,9 @@
},
"403": {
"description": "Not Authorized"
},
"415": {
"description": "Incorrect content type"
}
}
}
Expand Down

0 comments on commit 0da1a6d

Please sign in to comment.