Skip to main content

Upload a File

PUT 

/file-svc/upload

Uploads a file to the server. Currently if using the clients only one file can be uploaded at a time due to this bug https://github.com/OpenAPITools/openapi-generator/issues/11341 Once that is fixed we should have an PUT /file-svc/uploads/uploadFiles (note the plural) endpoints. In reality the endpoint "unofficially" supports multiple files. YMMV.

Requires the file-svc:upload:create permission.

Request

Responses

File uploaded successfully