From 1fd0400e3face403c52421e6b2e9ae9296512fd1 Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Wed, 2 Oct 2024 00:34:05 +0000 Subject: [PATCH] reverted examples --- src/paths/library/metadata-children.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/paths/library/metadata-children.yaml b/src/paths/library/metadata-children.yaml index e8a39b9f..edb90c92 100644 --- a/src/paths/library/metadata-children.yaml +++ b/src/paths/library/metadata-children.yaml @@ -20,9 +20,12 @@ get: type: string required: false examples: - - Stream - - Stream,OtherItem - - Stream,OtherItem,AnotherItem + include-stream: + value: Stream + include-stream-otheritem: + value: Stream,OtherItem + include-stream-otheritem-anotheritem: + value: Stream,OtherItem,AnotherItem responses: "200": description: The children of the library item.