Skip to content

Commit

Permalink
docs: bump to 5d309d425257464f2d673b2328376a006deb7bc4
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Aug 25, 2023
1 parent 0e6f751 commit afa32f7
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions docs/reference/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,9 @@
"nullable": true,
"type": "string"
},
"OAuth2LoginChallengeParams": {
"type": "object"
},
"ParseError": {
"properties": {
"end": {
Expand Down Expand Up @@ -7527,13 +7530,11 @@
}
},
{
"description": "Pagination Page\n\nThis value is currently an integer, but it is not sequential. The value is not the page number, but a\nreference. The next page can be any number and some numbers might return an empty list.\n\nFor example, page 2 might not follow after page 1. And even if page 3 and 5 exist, but page 4 might not exist.",
"description": "Pagination Page\n\nThis value is currently an integer, but it is not sequential. The value is not the page number, but a\nreference. The next page can be any number and some numbers might return an empty list.\n\nFor example, page 2 might not follow after page 1. And even if page 3 and 5 exist, but page 4 might not exist.\nThe first page can be retrieved by omitting this parameter. Following page pointers will be returned in the\n`Link` header.",
"in": "query",
"name": "page",
"schema": {
"default": 1,
"format": "int64",
"minimum": 1,
"type": "integer"
}
},
Expand Down Expand Up @@ -8129,13 +8130,11 @@
}
},
{
"description": "Pagination Page\n\nThis value is currently an integer, but it is not sequential. The value is not the page number, but a\nreference. The next page can be any number and some numbers might return an empty list.\n\nFor example, page 2 might not follow after page 1. And even if page 3 and 5 exist, but page 4 might not exist.",
"description": "Pagination Page\n\nThis value is currently an integer, but it is not sequential. The value is not the page number, but a\nreference. The next page can be any number and some numbers might return an empty list.\n\nFor example, page 2 might not follow after page 1. And even if page 3 and 5 exist, but page 4 might not exist.\nThe first page can be retrieved by omitting this parameter. Following page pointers will be returned in the\n`Link` header.",
"in": "query",
"name": "page",
"schema": {
"default": 1,
"format": "int64",
"minimum": 1,
"type": "integer"
}
},
Expand Down Expand Up @@ -12234,13 +12233,11 @@
}
},
{
"description": "Pagination Page\n\nThis value is currently an integer, but it is not sequential. The value is not the page number, but a\nreference. The next page can be any number and some numbers might return an empty list.\n\nFor example, page 2 might not follow after page 1. And even if page 3 and 5 exist, but page 4 might not exist.",
"description": "Pagination Page\n\nThis value is currently an integer, but it is not sequential. The value is not the page number, but a\nreference. The next page can be any number and some numbers might return an empty list.\n\nFor example, page 2 might not follow after page 1. And even if page 3 and 5 exist, but page 4 might not exist.\nThe first page can be retrieved by omitting this parameter. Following page pointers will be returned in the\n`Link` header.",
"in": "query",
"name": "page",
"schema": {
"default": 1,
"format": "int64",
"minimum": 1,
"type": "integer"
}
}
Expand Down

0 comments on commit afa32f7

Please sign in to comment.