Skip to content

Commit

Permalink
Fix missing paramenter for PUT /overrideRule/{ruleId} in overseerr-ap…
Browse files Browse the repository at this point in the history
…i.yml (#1244)

I added a missing parameter definition to PUT /overrideRule/{ruleId}.
  • Loading branch information
Wunderharke authored Jan 11, 2025
1 parent 425f0c8 commit 7d08f58
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions overseerr-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7018,6 +7018,12 @@ paths:
description: Updates an Override Rule from the request body.
tags:
- overriderule
parameters:
- in: path
name: ruleId
required: true
schema:
type: number
responses:
'200':
description: 'Values were successfully updated'
Expand Down

0 comments on commit 7d08f58

Please sign in to comment.