Update localization in a report
put/translationWorksheets/{reportId}/{translationLocale}
Insert the translator's language worksheet into an existing report and save the report. This saves the human translator's strings for the specified locale so that the report can be generated later in the locale's language. This action returns no content.
Name | Type | Required | Description |
---|---|---|---|
reportId | string | true | The report from which the original report should be read. |
translationLocale | string | true | The locale for which the translation should be extracted. |
Name | Type | Required | Description |
---|---|---|---|
If-Match | string | false | The etag identifier from the last GET of the report. |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | See code 204. This is a departure from a typical PUT, which would return the modified object, but in this case, returning the modified report is undesirable. | Headers | |
204 | No Content | Worksheet was inserted into the report. No content returned. | Headers | |
400 | Bad Request | The request was invalid. | Headers | Schema |
412 | Precondition Failed | The header If-Match Etag value did not match. | Headers | Schema |
428 | Precondition Required | The precondition header If-Match was not provided. | Headers | Schema |