POST api/reportserver/v2/reports/{reportId}/publish
Publishes the specified report.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
reportId |
The ID of the report. |
string |
Required |
Body Parameters
A comment message for the revision.
stringRequest body formats
application/json, text/json
Sample:
"sample string 1"
Response Information
Resource Description
None.