Skip to content

Commit

Permalink
fix(api): use correct path param type in openapi spec (#2834)
Browse files Browse the repository at this point in the history
  • Loading branch information
danshilm committed Jul 22, 2022
1 parent a6c1f3f commit 6cd0c9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions overseerr-api.yml
Expand Up @@ -3170,8 +3170,8 @@ paths:
name: guid
required: true
schema:
type: number
example: 1
type: string
example: '9afef5a7-ec89-4d5f-9397-261e96970b50'
responses:
'200':
description: OK
Expand Down

0 comments on commit 6cd0c9b

Please sign in to comment.