Skip to content

Commit

Permalink
Update API spec, version -> 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMStraub committed Sep 29, 2023
1 parent 699c5c1 commit 2a99b0c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gramps_webapi/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
#

# make sure to match this version with the one in apispec.yaml
__version__ = "1.3.0"
__version__ = "1.3.1"
10 changes: 9 additions & 1 deletion gramps_webapi/data/apispec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ info:
* More about Gramps and the numerous features it provides for genealogists can be found at https://gramps-project.org
version: "1.3.0" # make sure to match this version with the one in _version.py
version: "1.3.1" # make sure to match this version with the one in _version.py
license:
name: "GNU Affero General Public License v3.0"
url: "http://www.gnu.org/licenses/agpl-3.0.html"
Expand Down Expand Up @@ -7437,6 +7437,10 @@ definitions:
description: "Preferred surname of the person."
type: string
example: "Garner von Zieliński"
name_suffix:
description: "Name suffix of the person."
type: string
example: "Sr"
other_parent_families:
description: "The family profiles for families of the parents of the person other than the primary parent family profile."
type: array
Expand Down Expand Up @@ -10272,6 +10276,10 @@ definitions:
description: "Preferred surname of the person."
type: string
example: "Garner"
name_suffix:
description: "Name suffix of the person."
type: string
example: "Sr"
relationship:
description: "The relationship the person has to the person for whom the timeline is for."
type: string
Expand Down

0 comments on commit 2a99b0c

Please sign in to comment.