post https://example.com/api/v2/update-video-codec-exclude
Updates a video codec exclude
Log in to see full request history
Response
200OK
Updates a video codec exclude
200OK
xxxxxxxxxx
10curl --request POST \
--url https://example.com/api/v2/update-video-codec-exclude \
--header 'content-type: application/json' \
--data '
{
"data": {
"status": true
}
}
'
Try It!
to start a request and see the response here!