Skip to content

Commit

Permalink
Update Documentation with core changes (#114)
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 Jul 3, 2024
1 parent 5413e4c commit fd71e4a
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 9 deletions.
27 changes: 21 additions & 6 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -7186,6 +7186,12 @@
},
"enabled": {
"type": "boolean"
},
"applies_to": {
"type": "array"
},
"is_used": {
"type": "boolean"
}
},
"required": [
Expand All @@ -7196,7 +7202,9 @@
"short_description",
"is_flag",
"is_custom_flag",
"enabled"
"enabled",
"applies_to",
"is_used"
]
}
},
Expand Down Expand Up @@ -7235,6 +7243,12 @@
},
"enabled": {
"type": "boolean"
},
"applies_to": {
"type": "array"
},
"is_used": {
"type": "boolean"
}
},
"required": [
Expand All @@ -7245,7 +7259,9 @@
"short_description",
"is_flag",
"is_custom_flag",
"enabled"
"enabled",
"applies_to",
"is_used"
]
}
},
Expand Down Expand Up @@ -7638,6 +7654,9 @@
"denied_emojis": {
"type": "array"
},
"valid_flag_applies_to_types": {
"type": "array"
},
"navigation_menu_site_top_tags": {
"type": "array"
}
Expand Down Expand Up @@ -9331,9 +9350,6 @@
"null"
]
},
"summarizable": {
"type": "boolean"
},
"details": {
"type": "object",
"additionalProperties": false,
Expand Down Expand Up @@ -9603,7 +9619,6 @@
"show_read_indicator",
"thumbnails",
"slow_mode_enabled_until",
"summarizable",
"details"
]
}
Expand Down
17 changes: 14 additions & 3 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5115,6 +5115,10 @@ paths:
type: boolean
enabled:
type: boolean
applies_to:
type: array
is_used:
type: boolean
required:
- id
- name_key
Expand All @@ -5124,6 +5128,8 @@ paths:
- is_flag
- is_custom_flag
- enabled
- applies_to
- is_used
topic_flag_types:
type: array
items:
Expand All @@ -5150,6 +5156,10 @@ paths:
type: boolean
enabled:
type: boolean
applies_to:
type: array
is_used:
type: boolean
required:
- id
- name_key
Expand All @@ -5159,6 +5169,8 @@ paths:
- is_flag
- is_custom_flag
- enabled
- applies_to
- is_used
can_create_tag:
type: boolean
can_tag_topics:
Expand Down Expand Up @@ -5436,6 +5448,8 @@ paths:
type: array
denied_emojis:
type: array
valid_flag_applies_to_types:
type: array
navigation_menu_site_top_tags:
type: array
required:
Expand Down Expand Up @@ -6592,8 +6606,6 @@ paths:
type:
- string
- 'null'
summarizable:
type: boolean
details:
type: object
additionalProperties: false
Expand Down Expand Up @@ -6801,7 +6813,6 @@ paths:
- show_read_indicator
- thumbnails
- slow_mode_enabled_until
- summarizable
- details
delete:
summary: Remove a topic
Expand Down

0 comments on commit fd71e4a

Please sign in to comment.