cURL
curl --request PUT \ --url https://api.example.com/api/Grids/state \ --header 'Content-Type: application/json' \ --data ' { "value": "<string>" } '
Updates State of Grid.
OK
Was this page helpful?