Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions api/TimeAddressableMediaStore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ paths:
"200":
$ref: '#/components/responses/trait_resource_info_head_200'
"404":
description: The requested Source does not exist, or does not have a label set.
description: The requested Source does not exist.
get:
summary: Source Label
description: Returns the Source label property. This should be a very short, human-readable label that may be displayed in listings of Sources.
Expand All @@ -764,7 +764,7 @@ paths:
schema:
type: string
"404":
description: The requested Source does not exist, or does not have a label set.
description: The requested Source does not exist.
put:
summary: Create or Update Source Label
description: Create or update the label property. This should be a very short, human-readable label that may be displayed in listings of Sources.
Expand Down Expand Up @@ -1371,7 +1371,7 @@ paths:
"200":
$ref: '#/components/responses/trait_resource_info_head_200'
"404":
description: The requested Flow does not exist, or does not have a label set.
description: The requested Flow does not exist.
get:
summary: Flow Label
description: Returns the Flow label property. This should be a very short, human-readable label that may be displayed in listings of Flows.
Expand All @@ -1388,7 +1388,7 @@ paths:
schema:
type: string
"404":
description: The requested Flow does not exist, or does not have a label set.
description: The requested Flow does not exist.
put:
summary: Create or Update Flow Label
description: Create or update the label property. This should be a very short, human-readable label that may be displayed in listings of Flows.
Expand Down
Loading