Update Browser Profile

Update a browser profile with partial updates. Only the fields you want to change need to be included.

Path parameters

profile_idstringRequiredformat: "uuid"

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
profile_namestring or nullOptional>=1 character<=100 characters
descriptionstring or nullOptional>=1 character<=1000 characters
persistboolean or nullOptional
ad_blockerboolean or nullOptional
proxyboolean or nullOptional
proxy_country_codeenum or nullOptional
store_cacheboolean or nullOptional
browser_viewport_widthinteger or nullOptional>=100<=3840
browser_viewport_heightinteger or nullOptional>=100<=2160
is_mobileboolean or nullOptional

Response

Successful Response
profile_idstringformat: "uuid"
profile_namestring
descriptionstring
persistboolean
ad_blockerboolean
proxyboolean
proxy_country_codeenum
browser_viewport_widthinteger
browser_viewport_heightinteger
store_cacheboolean
is_mobileboolean

Errors