Fix: audiotrack example

This commit is contained in:
Nicholas Wallace 2024-07-07 19:41:43 +00:00
parent d48614aab2
commit 983c165783

View file

@ -30,7 +30,7 @@ components:
type: string type: string
nullable: true nullable: true
description: The URL where the audio track content is located. 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: mimeType:
type: string type: string
nullable: true nullable: true