Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consistent naming and description of creating or updating metadata #77

Merged
merged 4 commits into from
Jul 24, 2024
Merged
Changes from 3 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
32 changes: 16 additions & 16 deletions api/TimeAddressableMediaStore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -428,8 +428,8 @@ paths:
"404":
description: The requested Source or tag does not exist.
put:
summary: Set Source Tag
description: Set the Source tag
summary: Create or Update Source Tag
description: Create or update the Source tag
operationId: PUT_sources-sourceId-tags-name
tags:
- Sources
Expand All @@ -443,7 +443,7 @@ paths:
required: true
responses:
"204":
description: No content. The tag has been updated.
description: No content. The tag has been created or updated.
"400":
description: Bad request. Invalid Source tag value.
"404":
Expand Down Expand Up @@ -496,8 +496,8 @@ paths:
"404":
description: The requested Source does not exist.
put:
summary: Set Source Description
description: Create or modify the description property.
summary: Create or Update Source Description
description: Create or update the description property.
operationId: PUT_sources-sourceId-description
tags:
- Sources
Expand All @@ -511,7 +511,7 @@ paths:
required: true
responses:
"204":
description: No content. The description has been updated.
description: No content. The description has been created or updated.
"400":
description: Bad request. Invalid Source description.
"404":
Expand Down Expand Up @@ -564,8 +564,8 @@ paths:
"404":
description: The requested Source does not exist, or does not have a label set.
put:
summary: Set Source Label
description: Create or modify the label property.
summary: Create or Update Source Label
description: Create or update the label property.
operationId: PUT_sources-sourceId-label
tags:
- Sources
Expand All @@ -579,7 +579,7 @@ paths:
required: true
responses:
"204":
description: No content. The label has been updated.
description: No content. The label has been created or updated.
"400":
description: Bad request. Invalid Source label.
"404":
Expand Down Expand Up @@ -999,8 +999,8 @@ paths:
"404":
description: The requested flow or tag does not exist.
put:
summary: Set Flow Tag
description: Create or modify the tag.
summary: Create or Update Flow Tag
description: Create or update the tag.
operationId: PUT_flows-flowId-tags-name
tags:
- Flows
Expand All @@ -1014,7 +1014,7 @@ paths:
required: true
responses:
"204":
description: No content. The tag has been updated.
description: No content. The tag has been created or updated.
"400":
description: Bad request. Invalid flow tag value.
"403":
Expand Down Expand Up @@ -1069,8 +1069,8 @@ paths:
"404":
description: The requested flow does not exist.
put:
summary: Set Flow Description
description: Create or modify the description property.
summary: Create or Update Flow Description
description: Create or update the description property.
operationId: PUT_flows-flowId-description
tags:
- Flows
Expand All @@ -1084,7 +1084,7 @@ paths:
required: true
responses:
"204":
description: No content. The description has been updated.
description: No content. The description has been created or updated.
"400":
description: Bad request. Invalid flow description.
"403":
Expand Down 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.
philipnbbc marked this conversation as resolved.
Show resolved Hide resolved
"400":
description: Bad request. Invalid flow description.
"404":
Expand Down
Loading