Mass-upload attachments via zip

POST/attachments/mass-upload

Request body

Body shape varies — see operation description.

Responses

200Mass upload accepted; summary of the attachments created.ObjectResponse
{}
401Unauthorized.Error
403Forbidden.Error
422Validation error (for example, the uploaded file is not a valid zip archive).Error
curl -X POST https://your-url.com/kong/core/api/gateway/attachments/mass-upload\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"