Forum Discussion

sbelmeniet's avatar
sbelmeniet
Occasional Visitor
4 years ago

using a UUID as path parameter

When using the a UUID as a path paramater the value is not parsed correctly. It is there a particular way in using a UUID as a path parameter? Pleas see below for how it is specified in my code, is this the correct way? 

 

- in: path
name: id
required: true
description: ID of the project
schema:
type: string
format: uuid

 

No RepliesBe the first to reply