Uiza Documentation
2020-07-01
Search
⌃K

Update a Video Preset

Updates a specific video preset's name and/or description. Any parameters not provided will be left unchanged.
put
https://api.uiza.sh
/v1/video_presets/:id
/v1/video_presets/:id
Sample Request
curl --location --request PUT 'https://api.uiza.sh/v1/video_presets/569b56bb-6c1b-4b84-90e3-2d0f3fd0a001' \
--header 'Authorization: uap-a1c559e57f5846d39ec50b2df062caf8-b1cef5b6' \
--data-raw '{
"description": "Updated description"
}'