Skip to content

Commit 3d7ec96

Browse files
Simran-Bnerpaula
andauthored
DOC-614 | Mention extended edge update validation in Gharial (#421)
* Mention extended edge update validation in Gharial * Apply suggestions from code review Co-authored-by: Paula Mihu <[email protected]> --------- Co-authored-by: Paula Mihu <[email protected]>
1 parent 6906964 commit 3d7ec96

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

site/content/3.12/release-notes/version-3.12/api-changes-in-3-12.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@ Moreover, a `remove-unnecessary-calculations-4` rule has been added.
6969
The affected endpoints are `POST /_api/cursor`, `POST /_api/explain`, and
7070
`GET /_api/query/rules`.
7171

72+
#### Gharial API
73+
74+
The `PATCH /_api/gharial/{graph}/edge/{collection}/{edge}` endpoint to update
75+
edges in named graphs now validates the referenced vertex when modifying either
76+
the `_from` or `_to` edge attribute. Previously, the validation only occurred if
77+
both were set in the request.
78+
7279
#### Limit to the number of databases in a deployment
7380

7481
<small>Introduced in: v3.10.10, v3.11.2</small>

0 commit comments

Comments
 (0)