Skip to content

Commit 8e8f52e

Browse files
author
Guy Davenport
committed
Merge branch 'improve-generator-documentation' of https://github.com/plantbreeding/BrAPI into improve-generator-documentation
2 parents 86bee8a + 37fe6c6 commit 8e8f52e

File tree

2 files changed

+346
-346
lines changed

2 files changed

+346
-346
lines changed

Specification/Generated/brapi_v2_1.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15536,30 +15536,30 @@
1553615536
},
1553715537
"example" : 1000
1553815538
},
15539-
"pageToken" : {
15540-
"name" : "pageToken",
15539+
"page" : {
15540+
"name" : "page",
1554115541
"in" : "query",
15542-
"description" : "**Deprecated in v2.1** Please use `page`. Github issue number #451 \n<br> Used to request a specific page of data to be returned.\n<br> Tokenized pages are for large data sets which can not be efficiently broken into indexed pages. Use the nextPageToken and prevPageToken from a prior response to construct a query and move to the next or previous page respectively. ",
15542+
"description" : "Used to request a specific page of data to be returned.\n\nThe page indexing starts at 0 (the first page is 'page'= 0). Default is `0`.",
1554315543
"required" : false,
15544-
"deprecated" : true,
1554515544
"style" : "form",
1554615545
"explode" : true,
1554715546
"schema" : {
15548-
"type" : "string"
15547+
"type" : "integer"
1554915548
},
15550-
"example" : "33c27874"
15549+
"example" : "0"
1555115550
},
15552-
"page" : {
15553-
"name" : "page",
15551+
"pageToken" : {
15552+
"name" : "pageToken",
1555415553
"in" : "query",
15555-
"description" : "Used to request a specific page of data to be returned.\n\nThe page indexing starts at 0 (the first page is 'page'= 0). Default is `0`.",
15554+
"description" : "**Deprecated in v2.1** Please use `page`. Github issue number #451 \n<br> Used to request a specific page of data to be returned.\n<br> Tokenized pages are for large data sets which can not be efficiently broken into indexed pages. Use the nextPageToken and prevPageToken from a prior response to construct a query and move to the next or previous page respectively. ",
1555615555
"required" : false,
15556+
"deprecated" : true,
1555715557
"style" : "form",
1555815558
"explode" : true,
1555915559
"schema" : {
15560-
"type" : "integer"
15560+
"type" : "string"
1556115561
},
15562-
"example" : "0"
15562+
"example" : "33c27874"
1556315563
},
1556415564
"authorizationHeader" : {
1556515565
"name" : "Authorization",

0 commit comments

Comments
 (0)