Save dashboard

Save the dashboard of the user.

URI
/dashboard/save
Method
POST

URI parameters

Request headers

Access token
Authorization: Bearer eyJhbGciO ... _K74HRzwg

Request body

Body
[  
   {  
      "h":1,
      "id":"a7295e0b-262d-4ca1-92a3-b1417c54c5c0",
      "params":{  
         "labelText":"Use the + button",
         "nodeKey":"xxxxxxxxxxxxxxxxxxxxxx",
         "fieldName":"led"
      },
      "title":"Help widget",
      "url":"CommonLabelWidget",
      "w":6,
      "x":0,
      "y":0
   }
]

Response body

200 The saved dashboard
[  
   {  
      "h":1,
      "id":"a7295e0b-262d-4ca1-92a3-b1417c54c5c0",
      "params":{  
         "labelText":"Use the + button",
         "nodeKey":"xxxxxxxxxxxxxxxxxxxxxx",
         "fieldName":"led"
      },
      "runtimeId":29425635,
      "title":"Help widget",
      "url":"CommonLabelWidget",
      "w":6,
      "x":0,
      "y":0
   }
]
401 The provided JWT access token is invalid or expired