fix(api): use correct path param type in openapi spec (#2834)

pull/2680/head^2
Danshil Kokil Mungur 2 years ago committed by GitHub
parent a6c1f3f7ce
commit 6cd0c9b2c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save