Skip to content

Commit

Permalink
Merge pull request #237 from xenit-eu/ALFREDAPI-565_multipartformdata…
Browse files Browse the repository at this point in the history
…contenttype

ALFREDAPI-565: Update swagger doc for /upload metadata
  • Loading branch information
WimCrols authored Jan 9, 2025
2 parents f09e0cf + 0da1a6d commit edcb924
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 edcb924

Please sign in to comment.