sbelmeniet
5 years agoOccasional Visitor
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