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