Skip to content

Commit b926788

Browse files
committed
Add additional backslash to fix MD rendering.
1 parent 617fa6b commit b926788

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ These errors occur when Dataverse Web API receives requests with an invalid odat
277277

278278
### Symptoms
279279

280-
When sending a request using `POST`, `PATCH`, or `PUT` and a `Prefer` request header that contains an invalid value. In the following example the odata.include-annotations is incorrectly including back slashes '\' to escape the quote characters.
280+
When sending a request using `POST`, `PATCH`, or `PUT` and a `Prefer` request header that contains an invalid value. In the following example the odata.include-annotations is incorrectly including back slashes '\\' to escape the quote characters.
281281

282282
**Request**
283283

0 commit comments

Comments
 (0)