1definitions: 2 fixture: 3 type: string 4parameters: 5 param1: 6 name: queryParam1 7 in: query 8 type: string 9responses: 10 NotFound: 11 description: Not found
View as plain text