From 7437b3a0f80183a0a20d4a8ed91437c52947ef9d Mon Sep 17 00:00:00 2001 From: Philip de Nier Date: Wed, 24 Jul 2024 12:26:43 +0100 Subject: [PATCH] api: consistently describe PUT of flow read_only as a set The read_only property is always present, i.e. can't be DELETEd --- api/TimeAddressableMediaStore.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/TimeAddressableMediaStore.yaml b/api/TimeAddressableMediaStore.yaml index d6a1b1f..85b965c 100644 --- a/api/TimeAddressableMediaStore.yaml +++ b/api/TimeAddressableMediaStore.yaml @@ -1154,7 +1154,7 @@ paths: required: true responses: "204": - description: No content. The read_only property has been updated. + description: No content. The read_only property has been set. "400": description: Bad request. Invalid flow description. "404":