fixed param name

This commit is contained in:
luke-hagar-sp
2023-03-29 10:02:36 -05:00
parent d6d4b9b5fc
commit 2fe0f586d2
2 changed files with 2 additions and 2 deletions

View File

@@ -561,7 +561,7 @@ paths:
type: number type: number
required: true required: true
- name: category - name: category
description: the Id of the library to query description: the category to retrieve from the library
in: path in: path
schema: schema:
type: string type: string

View File

@@ -13,7 +13,7 @@ get:
type: number type: number
required: true required: true
- name: category - name: category
description: the Id of the library to query description: the category to retrieve from the library
in: path in: path
schema: schema:
type: string type: string