Skip to content

Commit

Permalink
Update Documentation with core changes (#126)
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 30, 2024
1 parent 5bab7d0 commit fce2c07
Show file tree
Hide file tree
Showing 2 changed files with 187 additions and 2 deletions.
114 changes: 112 additions & 2 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -7219,6 +7219,9 @@
},
"position": {
"type": "integer"
},
"auto_action_type": {
"type": "boolean"
}
},
"required": [
Expand All @@ -7231,7 +7234,8 @@
"require_message",
"enabled",
"applies_to",
"is_used"
"is_used",
"auto_action_type"
]
}
},
Expand Down Expand Up @@ -7279,6 +7283,9 @@
},
"position": {
"type": "integer"
},
"auto_action_type": {
"type": "boolean"
}
},
"required": [
Expand All @@ -7291,7 +7298,8 @@
"require_message",
"enabled",
"applies_to",
"is_used"
"is_used",
"auto_action_type"
]
}
},
Expand Down Expand Up @@ -10814,6 +10822,36 @@
"string",
"null"
]
},
"thumbnail": {
"type": [
"object",
"null"
],
"additionalProperties": false,
"properties": {
"id": {
"type": "integer"
},
"upload_id": {
"type": "integer"
},
"url": {
"type": "string"
},
"extension": {
"type": "string"
},
"width": {
"type": "integer"
},
"height": {
"type": "integer"
},
"filesize": {
"type": "integer"
}
}
}
},
"required": [
Expand Down Expand Up @@ -11031,6 +11069,36 @@
"string",
"null"
]
},
"thumbnail": {
"type": [
"object",
"null"
],
"additionalProperties": false,
"properties": {
"id": {
"type": "integer"
},
"upload_id": {
"type": "integer"
},
"url": {
"type": "string"
},
"extension": {
"type": "string"
},
"width": {
"type": "integer"
},
"height": {
"type": "integer"
},
"filesize": {
"type": "integer"
}
}
}
},
"required": [
Expand Down Expand Up @@ -11358,6 +11426,36 @@
"string",
"null"
]
},
"thumbnail": {
"type": [
"object",
"null"
],
"additionalProperties": false,
"properties": {
"id": {
"type": "integer"
},
"upload_id": {
"type": "integer"
},
"url": {
"type": "string"
},
"extension": {
"type": "string"
},
"width": {
"type": "integer"
},
"height": {
"type": "integer"
},
"filesize": {
"type": "integer"
}
}
}
},
"required": [
Expand Down Expand Up @@ -12461,6 +12559,9 @@
"enable_quoting": {
"type": "boolean"
},
"enable_smart_lists": {
"type": "boolean"
},
"enable_defer": {
"type": "boolean"
},
Expand Down Expand Up @@ -12574,6 +12675,7 @@
"dark_scheme_id",
"dynamic_favicon",
"enable_quoting",
"enable_smart_lists",
"enable_defer",
"digest_after_minutes",
"automatically_unpin_topics",
Expand Down Expand Up @@ -13484,6 +13586,9 @@
"enable_quoting": {
"type": "boolean"
},
"enable_smart_lists": {
"type": "boolean"
},
"enable_defer": {
"type": "boolean"
},
Expand Down Expand Up @@ -13597,6 +13702,7 @@
"dark_scheme_id",
"dynamic_favicon",
"enable_quoting",
"enable_smart_lists",
"enable_defer",
"digest_after_minutes",
"automatically_unpin_topics",
Expand Down Expand Up @@ -14442,6 +14548,9 @@
"enable_quoting": {
"type": "boolean"
},
"enable_smart_lists": {
"type": "boolean"
},
"enable_defer": {
"type": "boolean"
},
Expand Down Expand Up @@ -14555,6 +14664,7 @@
"dark_scheme_id",
"dynamic_favicon",
"enable_quoting",
"enable_smart_lists",
"enable_defer",
"digest_after_minutes",
"automatically_unpin_topics",
Expand Down
75 changes: 75 additions & 0 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5138,6 +5138,8 @@ paths:
type: boolean
position:
type: integer
auto_action_type:
type: boolean
required:
- id
- name_key
Expand All @@ -5149,6 +5151,7 @@ paths:
- enabled
- applies_to
- is_used
- auto_action_type
topic_flag_types:
type: array
items:
Expand Down Expand Up @@ -5181,6 +5184,8 @@ paths:
type: boolean
position:
type: integer
auto_action_type:
type: boolean
required:
- id
- name_key
Expand All @@ -5192,6 +5197,7 @@ paths:
- enabled
- applies_to
- is_used
- auto_action_type
can_create_tag:
type: boolean
can_tag_topics:
Expand Down Expand Up @@ -7581,6 +7587,26 @@ paths:
type:
- string
- 'null'
thumbnail:
type:
- object
- 'null'
additionalProperties: false
properties:
id:
type: integer
upload_id:
type: integer
url:
type: string
extension:
type: string
width:
type: integer
height:
type: integer
filesize:
type: integer
required:
- id
- url
Expand Down Expand Up @@ -7777,6 +7803,26 @@ paths:
type:
- string
- 'null'
thumbnail:
type:
- object
- 'null'
additionalProperties: false
properties:
id:
type: integer
upload_id:
type: integer
url:
type: string
extension:
type: string
width:
type: integer
height:
type: integer
filesize:
type: integer
required:
- id
- url
Expand Down Expand Up @@ -8075,6 +8121,26 @@ paths:
type:
- string
- 'null'
thumbnail:
type:
- object
- 'null'
additionalProperties: false
properties:
id:
type: integer
upload_id:
type: integer
url:
type: string
extension:
type: string
width:
type: integer
height:
type: integer
filesize:
type: integer
required:
- id
- url
Expand Down Expand Up @@ -8844,6 +8910,8 @@ paths:
type: boolean
enable_quoting:
type: boolean
enable_smart_lists:
type: boolean
enable_defer:
type: boolean
digest_after_minutes:
Expand Down Expand Up @@ -8923,6 +8991,7 @@ paths:
- dark_scheme_id
- dynamic_favicon
- enable_quoting
- enable_smart_lists
- enable_defer
- digest_after_minutes
- automatically_unpin_topics
Expand Down Expand Up @@ -9578,6 +9647,8 @@ paths:
type: boolean
enable_quoting:
type: boolean
enable_smart_lists:
type: boolean
enable_defer:
type: boolean
digest_after_minutes:
Expand Down Expand Up @@ -9657,6 +9728,7 @@ paths:
- dark_scheme_id
- dynamic_favicon
- enable_quoting
- enable_smart_lists
- enable_defer
- digest_after_minutes
- automatically_unpin_topics
Expand Down Expand Up @@ -10273,6 +10345,8 @@ paths:
type: boolean
enable_quoting:
type: boolean
enable_smart_lists:
type: boolean
enable_defer:
type: boolean
digest_after_minutes:
Expand Down Expand Up @@ -10352,6 +10426,7 @@ paths:
- dark_scheme_id
- dynamic_favicon
- enable_quoting
- enable_smart_lists
- enable_defer
- digest_after_minutes
- automatically_unpin_topics
Expand Down

0 comments on commit fce2c07

Please sign in to comment.