You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gramps_webapi/data/apispec.yaml
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1294,6 +1294,12 @@ paths:
1294
1294
required: false
1295
1295
type: string
1296
1296
description: "Specifies the locale to be used where applicable if one other than the current default is desired. Should be a valid language code from the available list of translations."
1297
+
- name: raw
1298
+
in: query
1299
+
required: false
1300
+
type: boolean
1301
+
default: false
1302
+
description: "Indicates whether to include the raw data for the matches or not."
1297
1303
responses:
1298
1304
200:
1299
1305
description: "OK: Successful operation."
@@ -10786,6 +10792,22 @@ definitions:
10786
10792
type: array
10787
10793
items:
10788
10794
$ref: "#/definitions/DnaSegment"
10795
+
person_ref_idx:
10796
+
description: The index of the associated person in the original person's person reference list
10797
+
type: integer
10798
+
example: 0
10799
+
note_handles:
10800
+
description: The handles of notes associated with the segments of the match
0 commit comments