POST
/
v2
/
local_processing_preference
curl --request POST \
  --url http://127.0.0.1:9550/v2/local_processing_preference \
  --header 'Content-Type: text/plain' \
  --data true
"<string>"

Update the local processing preference settings for the user.

Body

text/plain · boolean

The body is of type boolean.

Response

200
text/plain
Successfully updated local processing preference

The response is of type string.