PUT api/dashboard/{id}/addnegotiator
Adds the dashboard to the authenticated negotiator's active dashboards. The dashboard remains available to other negotiators. This operation only updates the authenticated negotiator's active-dashboard selection.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The unique identifier of the dashboard to activate. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
An empty response when the dashboard was activated successfully.
None.