Skip to content

Commit

Permalink
Update Documentation with core changes (#111)
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 Apr 26, 2024
1 parent 35a8833 commit c0db239
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
35 changes: 35 additions & 0 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -886,6 +886,12 @@
"null"
]
},
"subcategory_count": {
"type": [
"integer",
"null"
]
},
"sort_order": {
"type": [
"string",
Expand Down Expand Up @@ -1084,6 +1090,7 @@
"can_edit",
"topic_template",
"has_children",
"subcategory_count",
"sort_order",
"sort_ascending",
"show_subcategory_list",
Expand Down Expand Up @@ -1295,6 +1302,12 @@
"has_children": {
"type": "boolean"
},
"subcategory_count": {
"type": [
"integer",
"null"
]
},
"sort_order": {
"type": [
"string",
Expand Down Expand Up @@ -1407,6 +1420,7 @@
"can_edit",
"topic_template",
"has_children",
"subcategory_count",
"sort_order",
"sort_ascending",
"show_subcategory_list",
Expand Down Expand Up @@ -1559,6 +1573,12 @@
"null"
]
},
"subcategory_count": {
"type": [
"integer",
"null"
]
},
"sort_order": {
"type": [
"string",
Expand Down Expand Up @@ -1758,6 +1778,7 @@
"topic_template",
"form_template_ids",
"has_children",
"subcategory_count",
"sort_order",
"sort_ascending",
"show_subcategory_list",
Expand Down Expand Up @@ -2237,6 +2258,12 @@
"null"
]
},
"subcategory_count": {
"type": [
"integer",
"null"
]
},
"sort_order": {
"type": [
"string",
Expand Down Expand Up @@ -2435,6 +2462,7 @@
"can_edit",
"topic_template",
"has_children",
"subcategory_count",
"sort_order",
"sort_ascending",
"show_subcategory_list",
Expand Down Expand Up @@ -7402,6 +7430,12 @@
"has_children": {
"type": "boolean"
},
"subcategory_count": {
"type": [
"integer",
"null"
]
},
"sort_order": {
"type": [
"string",
Expand Down Expand Up @@ -7534,6 +7568,7 @@
"notification_level",
"topic_template",
"has_children",
"subcategory_count",
"sort_order",
"sort_ascending",
"show_subcategory_list",
Expand Down
25 changes: 25 additions & 0 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,10 @@ paths:
type:
- boolean
- 'null'
subcategory_count:
type:
- integer
- 'null'
sort_order:
type:
- string
Expand Down Expand Up @@ -817,6 +821,7 @@ paths:
- can_edit
- topic_template
- has_children
- subcategory_count
- sort_order
- sort_ascending
- show_subcategory_list
Expand Down Expand Up @@ -968,6 +973,10 @@ paths:
- 'null'
has_children:
type: boolean
subcategory_count:
type:
- integer
- 'null'
sort_order:
type:
- string
Expand Down Expand Up @@ -1049,6 +1058,7 @@ paths:
- can_edit
- topic_template
- has_children
- subcategory_count
- sort_order
- sort_ascending
- show_subcategory_list
Expand Down Expand Up @@ -1154,6 +1164,10 @@ paths:
type:
- boolean
- 'null'
subcategory_count:
type:
- integer
- 'null'
sort_order:
type:
- string
Expand Down Expand Up @@ -1296,6 +1310,7 @@ paths:
- topic_template
- form_template_ids
- has_children
- subcategory_count
- sort_order
- sort_ascending
- show_subcategory_list
Expand Down Expand Up @@ -1635,6 +1650,10 @@ paths:
type:
- boolean
- 'null'
subcategory_count:
type:
- integer
- 'null'
sort_order:
type:
- string
Expand Down Expand Up @@ -1776,6 +1795,7 @@ paths:
- can_edit
- topic_template
- has_children
- subcategory_count
- sort_order
- sort_ascending
- show_subcategory_list
Expand Down Expand Up @@ -5264,6 +5284,10 @@ paths:
- 'null'
has_children:
type: boolean
subcategory_count:
type:
- integer
- 'null'
sort_order:
type:
- string
Expand Down Expand Up @@ -5358,6 +5382,7 @@ paths:
- notification_level
- topic_template
- has_children
- subcategory_count
- sort_order
- sort_ascending
- show_subcategory_list
Expand Down

0 comments on commit c0db239

Please sign in to comment.