External
</br> Update a Dashboard on <a href="https://dashifi.app" target="_blank">Dashifi</a>
</br>
</br>
</br>
| Name | Type | Description |
|---|---|---|
| ID | <font color='#9b59b6'>String</font> | The ID of the Dashifi Dashboard |
| API Key | <font color='#9b59b6'>String</font> | The API Key for the Dashifi Dashboard |
| Body | <font color='#3498db'>Object Array</font> | The body of the request, each object in the array represents a Panel on the Dashifi Dashboard. For more information see <a href="https://docs.dashifi.app/restapi" target="_blank">Dashifi REST API Docs</a> |
{
"PanelID": "sv-0e647a",
"Data": "My New Text Value"
}{
"PanelID": "p-d7014a",
"Data": [
{
"Label": "Item1",
"Value": 2
},
{
"Label": "Item2",
"Value": 6
},
{
"Label": "Item3",
"Value": 1
},
{
"Label": "Item4",
"Value": 3
}
]
}These helper blocks are used to create objects to represent an individual panel:
</br>
| Name | Type | Description |
|---|---|---|
| Status Code | <font color='#1abc9c'>Number</font> | Status Code issued in response to the request |
| Error | <font color='#f1c40f'>Any</font> | The error if the Dashifi Update API Call is not successful |
</br>
| Name | Description |
|---|---|
| On Completion | Executed if the API Call succeeds |
| On Error | Executed if the API Call does not succeed |
</br>
More information can be found on the Dashifi Docs at: <a href="https://docs.dashifi.app" target="_blank">https://docs.dashifi.app</a>