Skip to content

Commit

Permalink
Update Documentation with core changes (#97)
Browse files Browse the repository at this point in the history
Co-authored-by: discoursebuild <[email protected]>
  • Loading branch information
github-actions[bot] and discoursebuild authored Oct 9, 2023
1 parent aa152ea commit c8e2123
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
27 changes: 27 additions & 0 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -11733,6 +11733,15 @@
"null"
]
},
"sidebar_tags": {
"type": "array"
},
"sidebar_category_ids": {
"type": "array"
},
"display_sidebar_tags": {
"type": "boolean"
},
"user_auth_tokens": {
"type": "array",
"items": {
Expand Down Expand Up @@ -12731,6 +12740,15 @@
"null"
]
},
"sidebar_tags": {
"type": "array"
},
"sidebar_category_ids": {
"type": "array"
},
"display_sidebar_tags": {
"type": "boolean"
},
"user_auth_tokens": {
"type": "array",
"items": {
Expand Down Expand Up @@ -13664,6 +13682,15 @@
"null"
]
},
"sidebar_tags": {
"type": "array"
},
"sidebar_category_ids": {
"type": "array"
},
"display_sidebar_tags": {
"type": "boolean"
},
"user_auth_tokens": {
"type": "array",
"items": {
Expand Down
18 changes: 18 additions & 0 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8321,6 +8321,12 @@ paths:
type:
- string
- 'null'
sidebar_tags:
type: array
sidebar_category_ids:
type: array
display_sidebar_tags:
type: boolean
user_auth_tokens:
type: array
items:
Expand Down Expand Up @@ -9038,6 +9044,12 @@ paths:
type:
- string
- 'null'
sidebar_tags:
type: array
sidebar_category_ids:
type: array
display_sidebar_tags:
type: boolean
user_auth_tokens:
type: array
items:
Expand Down Expand Up @@ -9716,6 +9728,12 @@ paths:
type:
- string
- 'null'
sidebar_tags:
type: array
sidebar_category_ids:
type: array
display_sidebar_tags:
type: boolean
user_auth_tokens:
type: array
items:
Expand Down

0 comments on commit c8e2123

Please sign in to comment.