Skip to content

Commit 34def62

Browse files
committed
minor fixes
1 parent 79c082e commit 34def62

4 files changed

Lines changed: 10 additions & 37 deletions

File tree

api/paths/user_feedbacks/index.yaml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ parameters:
1616
- id_desc
1717
- in: query
1818
name: search[deleted]
19-
description: You must be Moderator+.
19+
description: You must be Janitor+.
2020
schema:
2121
type: string
2222
enum:
@@ -47,15 +47,6 @@ parameters:
4747
name: search[category]
4848
schema:
4949
$ref: "../../components/schemas/feedbackCategories.yaml"
50-
- in: query
51-
name: search[deleted]
52-
description: You must be Janitor+.
53-
schema:
54-
type: string
55-
enum:
56-
- included
57-
- excluded
58-
- only
5950
responses:
6051
200:
6152
description: Success

api/paths/users/fix_counts.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
summary: Fix User Counts
2-
operationId: fixUserCounts
1+
summary: Fix Specific User Counts
2+
operationId: fixSpecificUserCounts
33
tags:
44
- Users
55
description: You must be Janitor+.
66
parameters:
77
- name: id
88
in: path
99
required: true
10-
description: The ID of the user.
10+
description: The ID of the user.
1111
schema:
1212
type: integer
1313
security:

openapi.dereferenced.yaml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28013,8 +28013,8 @@ paths:
2801328013
- not found
2801428014
'/users/{id}/fix_counts.json':
2801528015
get:
28016-
summary: Fix User Counts
28017-
operationId: fixUserCounts
28016+
summary: Fix Specific User Counts
28017+
operationId: fixSpecificUserCounts
2801828018
tags:
2801928019
- Users
2802028020
description: You must be Janitor+.
@@ -28220,7 +28220,7 @@ paths:
2822028220
- id_desc
2822128221
- in: query
2822228222
name: 'search[deleted]'
28223-
description: You must be Moderator+.
28223+
description: You must be Janitor+.
2822428224
schema:
2822528225
type: string
2822628226
enum:
@@ -28255,15 +28255,6 @@ paths:
2825528255
- negative
2825628256
- neutral
2825728257
- positive
28258-
- in: query
28259-
name: 'search[deleted]'
28260-
description: You must be Janitor+.
28261-
schema:
28262-
type: string
28263-
enum:
28264-
- included
28265-
- excluded
28266-
- only
2826728258
responses:
2826828259
'200':
2826928260
description: Success

openapi.yaml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10673,8 +10673,8 @@ paths:
1067310673
$ref: '#/components/responses/NotFound'
1067410674
'/users/{id}/fix_counts.json':
1067510675
get:
10676-
summary: Fix User Counts
10677-
operationId: fixUserCounts
10676+
summary: Fix Specific User Counts
10677+
operationId: fixSpecificUserCounts
1067810678
tags:
1067910679
- Users
1068010680
description: You must be Janitor+.
@@ -10780,7 +10780,7 @@ paths:
1078010780
- id_desc
1078110781
- in: query
1078210782
name: 'search[deleted]'
10783-
description: You must be Moderator+.
10783+
description: You must be Janitor+.
1078410784
schema:
1078510785
type: string
1078610786
enum:
@@ -10811,15 +10811,6 @@ paths:
1081110811
name: 'search[category]'
1081210812
schema:
1081310813
$ref: '#/components/schemas/FeedbackCategories'
10814-
- in: query
10815-
name: 'search[deleted]'
10816-
description: You must be Janitor+.
10817-
schema:
10818-
type: string
10819-
enum:
10820-
- included
10821-
- excluded
10822-
- only
1082310814
responses:
1082410815
'200':
1082510816
description: Success

0 commit comments

Comments
 (0)