mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
fix(api): use correct path param type in openapi spec (#2834)
This commit is contained in:

committed by
GitHub

parent
a6c1f3f7ce
commit
6cd0c9b2c8
@@ -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
|
||||
|
Reference in New Issue
Block a user