Update translation file (XLIFF)

put

/services/rest/v1/reports/{reportPath}/templateFiles/{templateFileName}/xliffs/{locale}

Updates a translation file (XLIFF) associated with a layout definition in the Oracle BI Publisher catalog.

Request

Supported Media Types
  • application/octet-stream
Path Parameters
locale
Type: string
Required: true
The locale to assign to the XLIFF (for example, en_US).
reportPath
Type: string
Required: true
URL encoded report path. For example, 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".
templateFileName
Type: string
Required: true
The file name of the layout to which to associate the XLIFF file. For example, employee_listing.rtf.
Body Parameter
Translation (XLIFF) file
Root Schema : /paths/~1v1~1reports~1{reportPath}~1templateFiles~1{templateFileName}~1xliffs~1{locale}/put/parameters/3/schema
Type: string (binary)

Response

200 Response
Translation file for the specific template in report is updated successfully.