Skip to content

Commit

Permalink
Add contentId filter to feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
VinyarionHyarmendacil committed Nov 20, 2024
1 parent 8fa7d62 commit 70e8c6d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions openapi/components/parameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,13 @@ productId:
schema:
type: string
description: Must be a valid product ID.
contentId:
name: contentId
in: query
required: false
schema:
type: boolean
description: Filter for users' previously submitted feedback, e.g., a groupId, useeId, avatarId, etc.
active:
name: active
in: query
Expand Down
1 change: 1 addition & 0 deletions openapi/components/paths/users.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ paths:
'/users/{userId}/feedback':
parameters:
- $ref: ../parameters.yaml#/userId
- $ref: ../parameters.yaml#/contentId
- $ref: ../parameters.yaml#/number
- $ref: ../parameters.yaml#/offset
get:
Expand Down

0 comments on commit 70e8c6d

Please sign in to comment.