From 8239422aeed5d75d43d39da541ecbaaf0d74f9cb Mon Sep 17 00:00:00 2001 From: Nicholas Wallace Date: Tue, 14 May 2024 03:09:46 +0000 Subject: [PATCH] Clean up libraryController parameters --- docs/controllers/LibraryController.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/controllers/LibraryController.yaml b/docs/controllers/LibraryController.yaml index b2e0c4699..81cf4cad3 100644 --- a/docs/controllers/LibraryController.yaml +++ b/docs/controllers/LibraryController.yaml @@ -140,8 +140,6 @@ paths: description: Update a single library by ID on server. tags: - Libraries - parameters: - $ref: '#/components/parameters/libraryId' requestBody: $ref: '#/components/requestBody/libraryName' $ref: '#/components/requestBody/libraryFolders' @@ -161,8 +159,6 @@ paths: description: Delete a single library by ID on server and return the deleted object. tags: - Libraries - parameters: - $ref: '#/components/parameters/libraryId' responses: '200': $ref: '#/components/responses/library200'