Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace Speechify
public sealed partial class FlowTemplate
{
/// <summary>
/// Flow template id. A raw UUID, not a prefixed external id.
/// Flow template id (prefixed external id, `tmpl_...`).
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("id")]
[global::System.Text.Json.Serialization.JsonRequired]
Expand Down Expand Up @@ -84,7 +84,7 @@ public sealed partial class FlowTemplate
/// Initializes a new instance of the <see cref="FlowTemplate" /> class.
/// </summary>
/// <param name="id">
/// Flow template id. A raw UUID, not a prefixed external id.
/// Flow template id (prefixed external id, `tmpl_...`).
/// </param>
/// <param name="key">
/// Stable unique key for the template.
Expand Down
2 changes: 1 addition & 1 deletion src/libs/Speechify/openapi.yaml

Large diffs are not rendered by default.