Skip to content

Commit ddafce8

Browse files
committed
update defs
1 parent d7a8114 commit ddafce8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

v2/defs.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,8 @@
711711
"retrieve only stratigraphic names linked the specified reference_id (see /defs/refs)",
712712
all: "return all lithostratigraphic names",
713713
format: "Desired output format",
714+
last_id: "integer, used to paginate results. If specified, will return strat_names with an ID greater than last_id",
715+
page_size: "integer, used to paginate results. If specified, will return at most page_size results. Must be paired with last_idd",
714716
},
715717
output_formats: ["json", "csv"],
716718
examples: [
@@ -748,6 +750,8 @@
748750
concept_name: "string specifying concept name",
749751
all: "return all lithostratigraphic names",
750752
format: "Desired output format",
753+
last_id: "integer, used to paginate results. If specified, will return strat_names with an ID greater than last_id",
754+
page_size: "integer, used to paginate results. If specified, will return at most page_size results. Must be paired with last_idd",
751755
},
752756
output_formats: ["json", "csv"],
753757
examples: ["api/v2/defs/concept_id?all"],

0 commit comments

Comments
 (0)