From 983c1657839aa733a20b24091dcf66d56e98575e Mon Sep 17 00:00:00 2001 From: Nicholas Wallace Date: Sun, 7 Jul 2024 19:41:43 +0000 Subject: [PATCH] Fix: audiotrack example --- docs/objects/files/AudioTrack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/objects/files/AudioTrack.yaml b/docs/objects/files/AudioTrack.yaml index 4489660d2..d31c5cef8 100644 --- a/docs/objects/files/AudioTrack.yaml +++ b/docs/objects/files/AudioTrack.yaml @@ -30,7 +30,7 @@ components: type: string nullable: true description: The URL where the audio track content is located. - example: `/api/items/${itemId}/file/${audioFile.ino}` + example: '`/api/items/${itemId}/file/${audioFile.ino}`' mimeType: type: string nullable: true