Applies a patch to a video clip
PATCH /v1/videoclip/{videoClipID}
Summary
Applies a patch to a video clip.
Details
Request body: array of patch operations.
Only a limited set of fields such as fileID and videoClipStatus can be patched.
Authentication
No operation-level security requirement is documented here.
Parameters
| Name | In | Type | Required | Description | Example |
|---|---|---|---|---|---|
| videoClipID | path | integer (int64) | Yes | The video clip ID. | 1 |
Request Body
No request body is documented here.
Responses
200
Success
application/json
Not documented here.
Example
Patch applied successfully.