Skip to main content
PUT
/
api
/
Grids
/
state
Update Grid Settings.
curl --request PUT \
  --url https://api.example.com/api/Grids/state \
  --header 'Content-Type: application/json' \
  --data '
{
  "value": "<string>"
}
'

Query Parameters

gridName
string

Body

application/json
value
string | null

Response

200

OK