From 9fae4fd797b06e62df8fb2f668c5eb82a385f1e7 Mon Sep 17 00:00:00 2001 From: thomaspuppe Date: Tue, 24 Sep 2024 18:43:22 +0200 Subject: [PATCH] WCM-352: Rename volume properties to match the JS API for audio_data --- docs/api/api.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api/api.yaml b/docs/api/api.yaml index 3c77356..de7853b 100644 --- a/docs/api/api.yaml +++ b/docs/api/api.yaml @@ -1148,13 +1148,13 @@ components: type: object nullable: true required: - - label + - volumeLabel - year - number properties: - image: + volumeImage: $ref: "#/components/schemas/Image" - label: + volumeLabel: type: string description: "label for for volume" example: "DIE ZEIT 12/2023"