Patch Video Metadata
Partially edits the metadata details of a video. You do not need to provide the fields that are not changing.
PATCH
/api/v2/videos/{videoId}
Request Body
application/jsonpatch
Refer to http://jsonpatch.com/ for the format of the request body.
Patch operations on video non-editable fields [Id,ApprovalStatus,UploadedBy,WhenUploaded,LastViewed] will be ignored.
Operations supported:
- add
- remove
- copy
- replace
- test
- move
Add operation: {"op": "add", "path": "/Categories/0", "value": "03846100-96ac-4628-bbe3-b23a0df1081d"}
Replace operation:{"op": "replace", "path": "/accessControlEntities/0/CanEdit", "value": "false"}