Body
text/plain · boolean
The body is of type boolean.
Response
Successfully updated local processing preference
The response is of type string.
curl --request POST \
--url http://127.0.0.1:9550/v2/local_processing_preference \
--header 'Content-Type: text/plain' \
--data true"<string>"curl --request POST \
--url http://127.0.0.1:9550/v2/local_processing_preference \
--header 'Content-Type: text/plain' \
--data true"<string>"The body is of type boolean.
Successfully updated local processing preference
The response is of type string.
Was this page helpful?