Save report content
Saves the report content. Does not return the stored content. An ETag
is not required for the initial save, but is required for all subsequent saves. In some situations, where an Accept type header is automatically generated, setting it to '*/*' will achieve the same effect as omitting it. See Conditional Operations
.
Name | Type | Required | Description |
---|---|---|---|
reportId | string<object-id> | true | Report id for this operation. |
Name | Type | Required | Description |
---|---|---|---|
copyDependentFiles | boolean | false | The flag to create copy of all dependent file resources. |
Name | Type | Required | Description |
---|---|---|---|
If-Match | string | false | The |
If-Unmodified-Since | string | false | The value of the |
The report content to be saved.
The representation of a report content in JSON format. Check Get Versions
and GET /versions/@defaultVersion
for the set of valid media types and versions as defined by Business Intelligence Report Definition
. If not provided, for request the version equivalent to the report content schema is used and for response latest version is used.
Status | Meaning | Description | ||
---|---|---|---|---|
204 | No Content | The report content was stored. | Headers | |
400 | Bad Request | The input report content was not valid. | Schema | |
404 | Not Found | The report or report content does not exist. | Schema | |
412 | Precondition Failed | The `If-Match` or `If-Unmodified-Since` header did not match the current version of the resource. | Schema | |
428 | Precondition Required | The `If-Match` or `If-Unmodified-Since` was not provided when updating the report content. | Schema |