Query parameters
-
public
boolean Default value is
false
.
POST
/api/attachments
curl \
-X POST https://metropolitanacolombia.org/api/attachments \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: multipart/form-data" \
-F "image=@file" \
-F "file=@file"
Response examples (422)
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}