{
"value": {
"mobile_subdomain": "m",
"status": "off",
"strip_uri": false
}
}
curl --location --request PATCH 'https://api.cloudflare.com/client/v4/zones//settings/mobile_redirect' \
--header 'Content-Type: application/json' \
--data-raw '{
"value": {
"mobile_subdomain": "m",
"status": "off",
"strip_uri": false
}
}'
{
"errors": [],
"messages": [],
"result": {
"editable": true,
"id": "mobile_redirect",
"modified_on": "2014-01-01T05:20:00.12345Z",
"value": {
"mobile_subdomain": "m",
"status": "off",
"strip_uri": false
}
},
"success": true
}