Previous Next

Update report definition

put

/services/rest/v1/reports/{reportPath}

Updates attributes of the report definition file (.xdo) and writes the file back to the Oracle BI Publisher catalog.

Request

Supported Media Types
  • application/json
Path Parameters
reportPath
Type: string
Required: true
URL encoded report path. e.g. If your report path is "/Sample Lite/Published Reporting/Reports/Balance Letter" then your encoded report path will be "%2FSample%20Lite%2FPublished%20Reporting%2FReports%2FBalance%20Letter"
Body Parameter
Report definition
Root Schema : ReportDefinition
Type: object
Nested Schema : listOfTemplateFormatsLabelValues
Type: array
Nested Schema : reportParameterNameValues
Type: array
Nested Schema : templateIds
Type: array
Passes the layout names of the report templates.
Nested Schema : TemplateFormatsLabelValues
Type: object
Nested Schema : listOfTemplateFormatLabelValue
Type: array
Contains the TemplateFormatLabelValue label-value pairs .
Nested Schema : templateAvailableLocales
Type: array
The available locale options defined for a template
Nested Schema : TemplateFormatLabelValue
Type: object
Nested Schema : ParamNameValues
Type: object
Nested Schema : listOfParamNameValues
Type: array
An array of ParamNameValue
Nested Schema : ParamNameValue
Type: object
Nested Schema : lovLabels
Type: array
If the parameter type is "Menu", specifies the values displayed in the list of values to the user.
Nested Schema : values
Type: array
Parameter values.

Response

200 Response
Report definition update is successful.
400 Response
An error occurred while updating report definition
Body
Root Schema : /paths/~1v1~1reports~1{reportPath}/put/responses/400/schema
Type: string