Skip to content

Commit bd7fd6b

Browse files
committed
fix a few minor things
1 parent aeccfb4 commit bd7fd6b

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

openapi.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4910,7 +4910,7 @@ paths:
49104910
post:
49114911
summary: Unhide Forum Post
49124912
tags:
4913-
- Forum Post
4913+
- Forum Posts
49144914
security:
49154915
- basicAuth: []
49164916
description: You must be Moderator+.
@@ -5354,21 +5354,21 @@ paths:
53545354
description: You must be Admin+.
53555355
requestBody:
53565356
content:
5357-
application/json:
5357+
application/x-www-form-urlencoded:
53585358
schema:
53595359
type: object
53605360
required:
5361-
- name
5362-
- wiki_page
5361+
- help_page[name]
5362+
- help_page[wiki_page]
53635363
properties:
5364-
name:
5364+
help_page[name]:
53655365
type: string
5366-
wiki_page:
5366+
help_page[wiki_page]:
53675367
type: string
5368-
related:
5368+
help_page[related]:
53695369
type: string
53705370
description: Separate with a comma followed by a space.
5371-
title:
5371+
help_page[title]:
53725372
type: string
53735373
responses:
53745374
201:
@@ -5420,18 +5420,18 @@ paths:
54205420
type: number
54215421
requestBody:
54225422
content:
5423-
application/json:
5423+
application/x-www-form-urlencoded:
54245424
schema:
54255425
type: object
54265426
properties:
5427-
name:
5427+
help_page[name]:
54285428
type: string
5429-
wiki_page:
5429+
help_page[wiki_page]:
54305430
type: string
5431-
related:
5431+
help_page[related]:
54325432
type: string
54335433
description: Separate with a comma followed by a space.
5434-
title:
5434+
help_page[title]:
54355435
type: string
54365436
responses:
54375437
204:
@@ -9441,7 +9441,7 @@ paths:
94419441
get:
94429442
summary: Search Users
94439443
tags:
9444-
- Upload Whitelists
9444+
- Users
94459445
parameters:
94469446
- $ref: "#/components/parameters/limit"
94479447
- $ref: "#/components/parameters/page"
@@ -9656,7 +9656,7 @@ paths:
96569656
patch:
96579657
summary: Update User Dmail Filter
96589658
tags:
9659-
- DMail Filter
9659+
- DMails
96609660
parameters:
96619661
- name: dmail_id
96629662
in: query

0 commit comments

Comments
 (0)