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
|
name: guid
|
||||||
required: true
|
required: true
|
||||||
schema:
|
schema:
|
||||||
type: number
|
type: string
|
||||||
example: 1
|
example: '9afef5a7-ec89-4d5f-9397-261e96970b50'
|
||||||
responses:
|
responses:
|
||||||
'200':
|
'200':
|
||||||
description: OK
|
description: OK
|
||||||
|
|||||||
Reference in New Issue
Block a user