File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -4910,7 +4910,7 @@ paths:
4910
4910
post :
4911
4911
summary : Unhide Forum Post
4912
4912
tags :
4913
- - Forum Post
4913
+ - Forum Posts
4914
4914
security :
4915
4915
- basicAuth : []
4916
4916
description : You must be Moderator+.
@@ -5354,21 +5354,21 @@ paths:
5354
5354
description : You must be Admin+.
5355
5355
requestBody :
5356
5356
content :
5357
- application/json :
5357
+ application/x-www-form-urlencoded :
5358
5358
schema :
5359
5359
type : object
5360
5360
required :
5361
- - name
5362
- - wiki_page
5361
+ - help_page[ name]
5362
+ - help_page[ wiki_page]
5363
5363
properties :
5364
- name :
5364
+ help_page[ name] :
5365
5365
type : string
5366
- wiki_page :
5366
+ help_page[ wiki_page] :
5367
5367
type : string
5368
- related :
5368
+ help_page[ related] :
5369
5369
type : string
5370
5370
description : Separate with a comma followed by a space.
5371
- title :
5371
+ help_page[ title] :
5372
5372
type : string
5373
5373
responses :
5374
5374
201 :
@@ -5420,18 +5420,18 @@ paths:
5420
5420
type : number
5421
5421
requestBody :
5422
5422
content :
5423
- application/json :
5423
+ application/x-www-form-urlencoded :
5424
5424
schema :
5425
5425
type : object
5426
5426
properties :
5427
- name :
5427
+ help_page[ name] :
5428
5428
type : string
5429
- wiki_page :
5429
+ help_page[ wiki_page] :
5430
5430
type : string
5431
- related :
5431
+ help_page[ related] :
5432
5432
type : string
5433
5433
description : Separate with a comma followed by a space.
5434
- title :
5434
+ help_page[ title] :
5435
5435
type : string
5436
5436
responses :
5437
5437
204 :
@@ -9441,7 +9441,7 @@ paths:
9441
9441
get :
9442
9442
summary : Search Users
9443
9443
tags :
9444
- - Upload Whitelists
9444
+ - Users
9445
9445
parameters :
9446
9446
- $ref : " #/components/parameters/limit"
9447
9447
- $ref : " #/components/parameters/page"
@@ -9656,7 +9656,7 @@ paths:
9656
9656
patch :
9657
9657
summary : Update User Dmail Filter
9658
9658
tags :
9659
- - DMail Filter
9659
+ - DMails
9660
9660
parameters :
9661
9661
- name : dmail_id
9662
9662
in : query
You can’t perform that action at this time.
0 commit comments