New to Telerik Report Server? Start a free 30-day trial
PUT api/reportserver/categories
Updates a category. Report source references for reports within the category will not be updated automatically if the category name is modified. This may break any existing Drillthrough Actions, SubReports, etc.
Request Information
URI Parameters
None.
Body Parameters
Category model.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
The ID of the category. | string |
Required |
| Name |
The category name. | string |
Required |
Request body formats
application/json, text/json
json
{
"Id": "sample string 1",
"Name": "sample string 2"
}
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
The ID of the category. | string |
Required |
| Name |
The category name. | string |
Required |
Response Formats
application/json, text/json
json
{
"Id": "sample string 1",
"Name": "sample string 2"
}