From 1c31f9b83d83c0857e9fd1e48082e83f88185549 Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Thu, 18 Jan 2024 17:47:33 -0600 Subject: [PATCH] Update libraries.yaml --- pms/paths/libraries.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pms/paths/libraries.yaml b/pms/paths/libraries.yaml index ec2589cf..6fc7e4af 100644 --- a/pms/paths/libraries.yaml +++ b/pms/paths/libraries.yaml @@ -104,15 +104,15 @@ get: Location: type: array items: - - type: object - properties: - id: - type: integer - format: int32 - example: 1 - path: - type: string - example: /movies + type: object + properties: + id: + type: integer + format: int32 + example: 1 + path: + type: string + example: /movies example: - id: 1 path: /movies