Skip to content

Commit

Permalink
Update Documentation with core changes (#112)
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 May 30, 2024
1 parent c0db239 commit 59e13fc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
12 changes: 10 additions & 2 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -7183,6 +7183,9 @@
},
"is_custom_flag": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
}
},
"required": [
Expand All @@ -7192,7 +7195,8 @@
"description",
"short_description",
"is_flag",
"is_custom_flag"
"is_custom_flag",
"enabled"
]
}
},
Expand Down Expand Up @@ -7228,6 +7232,9 @@
},
"is_custom_flag": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
}
},
"required": [
Expand All @@ -7237,7 +7244,8 @@
"description",
"short_description",
"is_flag",
"is_custom_flag"
"is_custom_flag",
"enabled"
]
}
},
Expand Down
6 changes: 6 additions & 0 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5113,6 +5113,8 @@ paths:
type: boolean
is_custom_flag:
type: boolean
enabled:
type: boolean
required:
- id
- name_key
Expand All @@ -5121,6 +5123,7 @@ paths:
- short_description
- is_flag
- is_custom_flag
- enabled
topic_flag_types:
type: array
items:
Expand All @@ -5145,6 +5148,8 @@ paths:
type: boolean
is_custom_flag:
type: boolean
enabled:
type: boolean
required:
- id
- name_key
Expand All @@ -5153,6 +5158,7 @@ paths:
- short_description
- is_flag
- is_custom_flag
- enabled
can_create_tag:
type: boolean
can_tag_topics:
Expand Down

0 comments on commit 59e13fc

Please sign in to comment.