Skip to content

Commit be21fa9

Browse files
authored
a minor update
1 parent e76533e commit be21fa9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

support/power-platform/dataverse/dataverse-web-api-and-sdk/web-api-client-errors.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,9 @@ Ensure all line endings in the `$batch` request body are `CRLF`. If you can't us
275275

276276
### Symptoms
277277

278-
The error occurs when the [Dataverse Web API](/power-apps/developer/data-platform/webapi/overview) receives a request with an invalid `odata.include-annotations` value in the `Prefer` request header value. This issue occurs when the request is sent using the `POST`, `PATCH`, `PUT` or `GET` HTTP methods with a `Prefer` request header that contains an invalid or improperly formatted value. For example, the `odata.include-annotations` value incorrectly includes backslashes '`\`' to escape the quote characters.
278+
The error occurs when the [Dataverse Web API](/power-apps/developer/data-platform/webapi/overview) receives a request with an invalid `odata.include-annotations` value in the `Prefer` request header value. This issue occurs when the request is sent using the `POST`, `PATCH`, `PUT` or `GET` HTTP methods with a `Prefer` request header that contains an invalid or improperly formatted value.
279+
280+
In the following example, the `odata.include-annotations` value incorrectly includes backslashes '`\`' to escape the quote characters.
279281

280282
**Request**
281283

0 commit comments

Comments
 (0)