patch
https://api.fastpix.io/v1/on-demand//playback-ids//user-agents
This endpoint allows updating user-agent restrictions for a specific playback ID associated with a media asset. It can be used to allow or deny specific user-agents during playback request evaluation.
How it works:
- Make a
PATCHrequest to this endpoint with your desired user-agent access configuration. - Specify a default policy (
allowordeny) and provide specificallowordenylists. - Use this to restrict access to specific browsers, devices, or bots.
Example: A developer may configure a playback ID to deny access from known scraping user-agents while allowing all others by default.