Skip to content

Commit

Permalink
api: consistently describe PUT of flow read_only as a set
Browse files Browse the repository at this point in the history
The read_only property is always present, i.e. can't be DELETEd
  • Loading branch information
philipnbbc committed Jul 24, 2024
1 parent d6f6164 commit 7437b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/TimeAddressableMediaStore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down

0 comments on commit 7437b3a

Please sign in to comment.