New to Telerik Report Server? Start a free 30-day trial
POST api/reportserver/v3/reports/{reportId}/revisions
Adds a report revision to the specified report.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| reportId |
Report ID. | string |
Required |
Body Parameters
Report revision model.
| Name | Description | Type | Additional information |
|---|---|---|---|
| ContentType |
No documentation available. | string |
None. |
| ContentDisposition |
No documentation available. | string |
None. |
| Headers |
No documentation available. | Collection of Object |
None. |
| Length |
No documentation available. | integer |
None. |
| Name |
No documentation available. | string |
None. |
| FileName |
No documentation available. | string |
None. |
Request body formats
application/json
Sample not available.
Response Information
Resource Description
None.