PUT api/dashboard/{id}/share
Share dashboard
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Dashboard Id |
integer |
Required |
Body Parameters
Dezrez.Core.DataContracts.External.Api.Agency.Command.Dashboard.ShareDashboardCommandDataContractName | Description | Type | Additional information |
---|---|---|---|
ShareWithAgency | boolean |
None. |
|
ShareWithTeams | Collection of integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "ShareWithAgency": true, "ShareWithTeams": [ 1, 2 ] }
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.