@@ -5435,7 +5435,7 @@ paths:
5435
5435
404 :
5436
5436
$ref : " #/components/responses/NotFound"
5437
5437
/forum_topics/mark_all_as_read.json :
5438
- put :
5438
+ post :
5439
5439
summary : Mark All Forum Topics As Read
5440
5440
tags :
5441
5441
- Forum Topics
@@ -6025,9 +6025,9 @@ paths:
6025
6025
$ref : " #/components/responses/ExpectedError"
6026
6026
/news_updates/{id}.json :
6027
6027
patch :
6028
- summary : Edit News Updates
6028
+ summary : Edit News Update
6029
6029
tags :
6030
- - Help Pages
6030
+ - News Updates
6031
6031
security :
6032
6032
- basicAuth : []
6033
6033
description : You must be Admin+
@@ -8493,7 +8493,7 @@ paths:
8493
8493
$ref : " #/components/responses/AccessDenied"
8494
8494
404 :
8495
8495
$ref : " #/components/responses/NotFound"
8496
- /tags/aliases /{id}/approve.json :
8496
+ /tag_aliases /{id}/approve.json :
8497
8497
post :
8498
8498
summary : Approve Tag Alias
8499
8499
tags :
@@ -8704,7 +8704,7 @@ paths:
8704
8704
$ref : " #/components/responses/AccessDenied"
8705
8705
404 :
8706
8706
$ref : " #/components/responses/NotFound"
8707
- /tags/implications /{id}/approve.json :
8707
+ /tag_implications /{id}/approve.json :
8708
8708
post :
8709
8709
summary : Approve Tag Implication
8710
8710
tags :
@@ -9888,32 +9888,6 @@ paths:
9888
9888
403 :
9889
9889
$ref : " #/components/responses/AccessDenied"
9890
9890
/maintenance/user/dmail_filter.json :
9891
- get :
9892
- summary : Get User Name Change Request
9893
- tags :
9894
- - User Name Change Requests
9895
- security :
9896
- - basicAuth : []
9897
- description : You must be the creator of the request or Moderator+.
9898
- parameters :
9899
- - name : id
9900
- in : path
9901
- required : true
9902
- description : The ID of the name change request.
9903
- schema :
9904
- type : number
9905
- responses :
9906
- 200 :
9907
- description : Success
9908
- content :
9909
- application/json :
9910
- schema :
9911
- $ref : " #/components/schemas/UserNameChangeRequest"
9912
- 403 :
9913
- $ref : " #/components/responses/AccessDenied"
9914
- 404 :
9915
- $ref : " #/components/responses/NotFound"
9916
- /user_revert.json :
9917
9891
patch :
9918
9892
summary : Update User Dmail Filter
9919
9893
tags :
@@ -10251,27 +10225,30 @@ paths:
10251
10225
$ref : " #/components/responses/AccessDenied"
10252
10226
422 :
10253
10227
$ref : " #/components/responses/ExpectedError"
10254
- /user_name_change_request /{id}.json :
10255
- post :
10256
- summary : Revert User
10228
+ /user_name_change_requests /{id}.json :
10229
+ get :
10230
+ summary : Get User Name Change Request
10257
10231
tags :
10258
- - Users
10232
+ - User Name Change Requests
10259
10233
security :
10260
10234
- basicAuth : []
10261
- description : You must be Moderator+.
10262
- requestBody :
10263
- content :
10264
- application/json :
10265
- schema :
10266
- type : object
10267
- required :
10268
- - user_id
10269
- properties :
10270
- user_id :
10271
- type : number
10235
+ description : You must be the creator of the request or Moderator+.
10236
+ parameters :
10237
+ - name : id
10238
+ in : path
10239
+ required : true
10240
+ description : The ID of the name change request.
10241
+ schema :
10242
+ type : number
10272
10243
responses :
10273
- 302 :
10244
+ 200 :
10274
10245
description : Success
10246
+ content :
10247
+ application/json :
10248
+ schema :
10249
+ $ref : " #/components/schemas/UserNameChangeRequest"
10250
+ 403 :
10251
+ $ref : " #/components/responses/AccessDenied"
10275
10252
404 :
10276
10253
$ref : " #/components/responses/NotFound"
10277
10254
# Wiki Pages
@@ -10901,6 +10878,7 @@ paths:
10901
10878
summary : Approve Post
10902
10879
tags :
10903
10880
- Posts
10881
+ - Post Approvals
10904
10882
security :
10905
10883
- basicAuth : []
10906
10884
description : You must have the "Approve Posts" permission.
@@ -10927,6 +10905,7 @@ paths:
10927
10905
summary : Unapprove Post
10928
10906
tags :
10929
10907
- Posts
10908
+ - Post Approvals
10930
10909
security :
10931
10910
- basicAuth : []
10932
10911
description : You must have the "Approve Posts" permission. The response does not differ for success or failure.
0 commit comments