From 8c8509234915cab2b0ad1552759bfb1242f3f231 Mon Sep 17 00:00:00 2001 From: Nicholas Wallace Date: Sun, 12 May 2024 07:01:01 +0000 Subject: [PATCH] Author controller updates --- docs/controllers/AuthorController.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/controllers/AuthorController.yaml b/docs/controllers/AuthorController.yaml index 2af95a62f..ea23c2b5e 100644 --- a/docs/controllers/AuthorController.yaml +++ b/docs/controllers/AuthorController.yaml @@ -19,17 +19,17 @@ components: required: false schema: type: string - example: "items" + example: 'items' examples: empty: summary: Do not return library items - value: "" + value: '' itemOnly: summary: Only return library items - value: "items" + value: 'items' itemsAndSeries: summary: Return library items and series - value: "items,series" + value: 'items,series' authorLibraryId: name: library in: query @@ -126,14 +126,14 @@ components: schema: type: boolean default: false - responses: + responses: author404: description: Author not found. content: text/html: schema: type: string - example: Not found + example: Author not found. tags: - name: Authors description: Author endpoints