Skip to content

Commit fce2c07

Browse files
Update Documentation with core changes (#126)
Co-authored-by: discoursebuild <[email protected]>
1 parent 5bab7d0 commit fce2c07

File tree

2 files changed

+187
-2
lines changed

2 files changed

+187
-2
lines changed

openapi.json

Lines changed: 112 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7219,6 +7219,9 @@
72197219
},
72207220
"position": {
72217221
"type": "integer"
7222+
},
7223+
"auto_action_type": {
7224+
"type": "boolean"
72227225
}
72237226
},
72247227
"required": [
@@ -7231,7 +7234,8 @@
72317234
"require_message",
72327235
"enabled",
72337236
"applies_to",
7234-
"is_used"
7237+
"is_used",
7238+
"auto_action_type"
72357239
]
72367240
}
72377241
},
@@ -7279,6 +7283,9 @@
72797283
},
72807284
"position": {
72817285
"type": "integer"
7286+
},
7287+
"auto_action_type": {
7288+
"type": "boolean"
72827289
}
72837290
},
72847291
"required": [
@@ -7291,7 +7298,8 @@
72917298
"require_message",
72927299
"enabled",
72937300
"applies_to",
7294-
"is_used"
7301+
"is_used",
7302+
"auto_action_type"
72957303
]
72967304
}
72977305
},
@@ -10814,6 +10822,36 @@
1081410822
"string",
1081510823
"null"
1081610824
]
10825+
},
10826+
"thumbnail": {
10827+
"type": [
10828+
"object",
10829+
"null"
10830+
],
10831+
"additionalProperties": false,
10832+
"properties": {
10833+
"id": {
10834+
"type": "integer"
10835+
},
10836+
"upload_id": {
10837+
"type": "integer"
10838+
},
10839+
"url": {
10840+
"type": "string"
10841+
},
10842+
"extension": {
10843+
"type": "string"
10844+
},
10845+
"width": {
10846+
"type": "integer"
10847+
},
10848+
"height": {
10849+
"type": "integer"
10850+
},
10851+
"filesize": {
10852+
"type": "integer"
10853+
}
10854+
}
1081710855
}
1081810856
},
1081910857
"required": [
@@ -11031,6 +11069,36 @@
1103111069
"string",
1103211070
"null"
1103311071
]
11072+
},
11073+
"thumbnail": {
11074+
"type": [
11075+
"object",
11076+
"null"
11077+
],
11078+
"additionalProperties": false,
11079+
"properties": {
11080+
"id": {
11081+
"type": "integer"
11082+
},
11083+
"upload_id": {
11084+
"type": "integer"
11085+
},
11086+
"url": {
11087+
"type": "string"
11088+
},
11089+
"extension": {
11090+
"type": "string"
11091+
},
11092+
"width": {
11093+
"type": "integer"
11094+
},
11095+
"height": {
11096+
"type": "integer"
11097+
},
11098+
"filesize": {
11099+
"type": "integer"
11100+
}
11101+
}
1103411102
}
1103511103
},
1103611104
"required": [
@@ -11358,6 +11426,36 @@
1135811426
"string",
1135911427
"null"
1136011428
]
11429+
},
11430+
"thumbnail": {
11431+
"type": [
11432+
"object",
11433+
"null"
11434+
],
11435+
"additionalProperties": false,
11436+
"properties": {
11437+
"id": {
11438+
"type": "integer"
11439+
},
11440+
"upload_id": {
11441+
"type": "integer"
11442+
},
11443+
"url": {
11444+
"type": "string"
11445+
},
11446+
"extension": {
11447+
"type": "string"
11448+
},
11449+
"width": {
11450+
"type": "integer"
11451+
},
11452+
"height": {
11453+
"type": "integer"
11454+
},
11455+
"filesize": {
11456+
"type": "integer"
11457+
}
11458+
}
1136111459
}
1136211460
},
1136311461
"required": [
@@ -12461,6 +12559,9 @@
1246112559
"enable_quoting": {
1246212560
"type": "boolean"
1246312561
},
12562+
"enable_smart_lists": {
12563+
"type": "boolean"
12564+
},
1246412565
"enable_defer": {
1246512566
"type": "boolean"
1246612567
},
@@ -12574,6 +12675,7 @@
1257412675
"dark_scheme_id",
1257512676
"dynamic_favicon",
1257612677
"enable_quoting",
12678+
"enable_smart_lists",
1257712679
"enable_defer",
1257812680
"digest_after_minutes",
1257912681
"automatically_unpin_topics",
@@ -13484,6 +13586,9 @@
1348413586
"enable_quoting": {
1348513587
"type": "boolean"
1348613588
},
13589+
"enable_smart_lists": {
13590+
"type": "boolean"
13591+
},
1348713592
"enable_defer": {
1348813593
"type": "boolean"
1348913594
},
@@ -13597,6 +13702,7 @@
1359713702
"dark_scheme_id",
1359813703
"dynamic_favicon",
1359913704
"enable_quoting",
13705+
"enable_smart_lists",
1360013706
"enable_defer",
1360113707
"digest_after_minutes",
1360213708
"automatically_unpin_topics",
@@ -14442,6 +14548,9 @@
1444214548
"enable_quoting": {
1444314549
"type": "boolean"
1444414550
},
14551+
"enable_smart_lists": {
14552+
"type": "boolean"
14553+
},
1444514554
"enable_defer": {
1444614555
"type": "boolean"
1444714556
},
@@ -14555,6 +14664,7 @@
1455514664
"dark_scheme_id",
1455614665
"dynamic_favicon",
1455714666
"enable_quoting",
14667+
"enable_smart_lists",
1455814668
"enable_defer",
1455914669
"digest_after_minutes",
1456014670
"automatically_unpin_topics",

openapi.yml

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5138,6 +5138,8 @@ paths:
51385138
type: boolean
51395139
position:
51405140
type: integer
5141+
auto_action_type:
5142+
type: boolean
51415143
required:
51425144
- id
51435145
- name_key
@@ -5149,6 +5151,7 @@ paths:
51495151
- enabled
51505152
- applies_to
51515153
- is_used
5154+
- auto_action_type
51525155
topic_flag_types:
51535156
type: array
51545157
items:
@@ -5181,6 +5184,8 @@ paths:
51815184
type: boolean
51825185
position:
51835186
type: integer
5187+
auto_action_type:
5188+
type: boolean
51845189
required:
51855190
- id
51865191
- name_key
@@ -5192,6 +5197,7 @@ paths:
51925197
- enabled
51935198
- applies_to
51945199
- is_used
5200+
- auto_action_type
51955201
can_create_tag:
51965202
type: boolean
51975203
can_tag_topics:
@@ -7581,6 +7587,26 @@ paths:
75817587
type:
75827588
- string
75837589
- 'null'
7590+
thumbnail:
7591+
type:
7592+
- object
7593+
- 'null'
7594+
additionalProperties: false
7595+
properties:
7596+
id:
7597+
type: integer
7598+
upload_id:
7599+
type: integer
7600+
url:
7601+
type: string
7602+
extension:
7603+
type: string
7604+
width:
7605+
type: integer
7606+
height:
7607+
type: integer
7608+
filesize:
7609+
type: integer
75847610
required:
75857611
- id
75867612
- url
@@ -7777,6 +7803,26 @@ paths:
77777803
type:
77787804
- string
77797805
- 'null'
7806+
thumbnail:
7807+
type:
7808+
- object
7809+
- 'null'
7810+
additionalProperties: false
7811+
properties:
7812+
id:
7813+
type: integer
7814+
upload_id:
7815+
type: integer
7816+
url:
7817+
type: string
7818+
extension:
7819+
type: string
7820+
width:
7821+
type: integer
7822+
height:
7823+
type: integer
7824+
filesize:
7825+
type: integer
77807826
required:
77817827
- id
77827828
- url
@@ -8075,6 +8121,26 @@ paths:
80758121
type:
80768122
- string
80778123
- 'null'
8124+
thumbnail:
8125+
type:
8126+
- object
8127+
- 'null'
8128+
additionalProperties: false
8129+
properties:
8130+
id:
8131+
type: integer
8132+
upload_id:
8133+
type: integer
8134+
url:
8135+
type: string
8136+
extension:
8137+
type: string
8138+
width:
8139+
type: integer
8140+
height:
8141+
type: integer
8142+
filesize:
8143+
type: integer
80788144
required:
80798145
- id
80808146
- url
@@ -8844,6 +8910,8 @@ paths:
88448910
type: boolean
88458911
enable_quoting:
88468912
type: boolean
8913+
enable_smart_lists:
8914+
type: boolean
88478915
enable_defer:
88488916
type: boolean
88498917
digest_after_minutes:
@@ -8923,6 +8991,7 @@ paths:
89238991
- dark_scheme_id
89248992
- dynamic_favicon
89258993
- enable_quoting
8994+
- enable_smart_lists
89268995
- enable_defer
89278996
- digest_after_minutes
89288997
- automatically_unpin_topics
@@ -9578,6 +9647,8 @@ paths:
95789647
type: boolean
95799648
enable_quoting:
95809649
type: boolean
9650+
enable_smart_lists:
9651+
type: boolean
95819652
enable_defer:
95829653
type: boolean
95839654
digest_after_minutes:
@@ -9657,6 +9728,7 @@ paths:
96579728
- dark_scheme_id
96589729
- dynamic_favicon
96599730
- enable_quoting
9731+
- enable_smart_lists
96609732
- enable_defer
96619733
- digest_after_minutes
96629734
- automatically_unpin_topics
@@ -10273,6 +10345,8 @@ paths:
1027310345
type: boolean
1027410346
enable_quoting:
1027510347
type: boolean
10348+
enable_smart_lists:
10349+
type: boolean
1027610350
enable_defer:
1027710351
type: boolean
1027810352
digest_after_minutes:
@@ -10352,6 +10426,7 @@ paths:
1035210426
- dark_scheme_id
1035310427
- dynamic_favicon
1035410428
- enable_quoting
10429+
- enable_smart_lists
1035510430
- enable_defer
1035610431
- digest_after_minutes
1035710432
- automatically_unpin_topics

0 commit comments

Comments
 (0)