Skip to content

Commit

Permalink
Update Documentation with core changes (#110)
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 24, 2024
1 parent 22437d3 commit 35a8833
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
14 changes: 9 additions & 5 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -7051,18 +7051,14 @@
},
"suggested_topics": {
"type": "integer"
},
"admin_guide": {
"type": "integer"
}
},
"required": [
"first_notification",
"topic_timeline",
"post_menu",
"topic_notification_levels",
"suggested_topics",
"admin_guide"
"suggested_topics"
]
},
"groups": {
Expand Down Expand Up @@ -7685,6 +7681,12 @@
"login_required": {
"type": "boolean"
},
"locale": {
"type": "string"
},
"include_in_discourse_discover": {
"type": "boolean"
},
"mobile_logo_url": {
"type": "string"
}
Expand All @@ -7699,6 +7701,8 @@
"header_primary_color",
"header_background_color",
"login_required",
"locale",
"include_in_discourse_discover",
"mobile_logo_url"
]
}
Expand Down
9 changes: 6 additions & 3 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5019,15 +5019,12 @@ paths:
type: integer
suggested_topics:
type: integer
admin_guide:
type: integer
required:
- first_notification
- topic_timeline
- post_menu
- topic_notification_levels
- suggested_topics
- admin_guide
groups:
type: array
items:
Expand Down Expand Up @@ -5474,6 +5471,10 @@ paths:
type: string
login_required:
type: boolean
locale:
type: string
include_in_discourse_discover:
type: boolean
mobile_logo_url:
type: string
required:
Expand All @@ -5486,6 +5487,8 @@ paths:
- header_primary_color
- header_background_color
- login_required
- locale
- include_in_discourse_discover
- mobile_logo_url
"/tag_groups.json":
get:
Expand Down

0 comments on commit 35a8833

Please sign in to comment.