forked from loafle/openapi-generator-original
877 B
877 B
\DefaultApi
All URIs are relative to http://localhost
| Method | HTTP request | Description |
|---|---|---|
| upload_file | POST /upload |
upload_file
upload_file(input_stream)
Upload a file from the local filesystem
Parameters
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| input_stream | Option<std::path::PathBuf> | A test file |
Return type
(empty response body)
Authorization
No authorization required
HTTP request headers
- Content-Type: application/octet-stream
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]