POST api/v1/Dashboards/{dashboardId}/{userId}/preferences/surge
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| dashboardId | globally unique identifier |
Required |
|
| userId | integer |
Required |
Body Parameters
UserPreferenceSurgeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SurgeDisplay | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"SurgeDisplay": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.