Skip to content

Commit

Permalink
Update OpenAPI schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 12, 2024
1 parent 0bd32fc commit d9268de
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions core-api/core-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -5501,6 +5501,16 @@
"schema": {
"type": "object",
"properties": {
"_pagination": {
"type": "object",
"properties": {
"next": {
"type": "string",
"description": "Link to next [page of results](https://dev.frontapp.com/docs/pagination)",
"example": "https://yourCompany.api.frontapp.com/knowledge_bases/knb_1/categories?page_token=134287aba8eaa55cf366400c63300a75bab0c"
}
}
},
"_links": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -5529,6 +5539,16 @@
"schema": {
"type": "object",
"properties": {
"_pagination": {
"type": "object",
"properties": {
"next": {
"type": "string",
"description": "Link to next [page of results](https://dev.frontapp.com/docs/pagination)",
"example": "https://yourCompany.api.frontapp.com/knowledge_bases/knb_1/articles?page_token=134287aba8eaa55cf366400c63300a75bab0c"
}
}
},
"_links": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -8697,6 +8717,12 @@
"type": "string",
"default": "kbc_123"
}
},
{
"$ref": "#/components/parameters/limit"
},
{
"$ref": "#/components/parameters/pageToken"
}
],
"responses": {
Expand Down Expand Up @@ -8925,6 +8951,12 @@
"type": "string",
"default": "knb_123"
}
},
{
"$ref": "#/components/parameters/limit"
},
{
"$ref": "#/components/parameters/pageToken"
}
],
"responses": {
Expand Down Expand Up @@ -8989,6 +9021,12 @@
"type": "string",
"default": "knb_123"
}
},
{
"$ref": "#/components/parameters/limit"
},
{
"$ref": "#/components/parameters/pageToken"
}
],
"responses": {
Expand Down

0 comments on commit d9268de

Please sign in to comment.