Marks a file upload as successful
POST /v1/file/success/{fileID}
Summary
Marks a file upload as successful.
Details
Marks the file upload as successful.
Authentication
No operation-level security requirement is documented here.
Parameters
| Name | In | Type | Required | Description | Example |
|---|---|---|---|---|---|
| fileID | path | integer (int64) | Yes | The ID of the uploaded file. | 1 |
Request Body
No request body is documented here.
Responses
200
Success. No response body.
No response body schema documented.