Skip to content

Commit 8395886

Browse files
HavenDVgithub-actions[bot]
andauthored
feat: Updated OpenAPI spec (#151)
Co-authored-by: github-actions[bot] <bot@openai.com>
1 parent 3b3a1fb commit 8395886

3 files changed

Lines changed: 4 additions & 16 deletions

File tree

src/libs/AssemblyAI/Generated/AssemblyAI.Models.Transcript.g.cs

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -387,9 +387,7 @@ public sealed partial class Transcript
387387
public int? WebhookStatusCode { get; set; }
388388

389389
/// <summary>
390-
/// The URL to which we send webhook requests.<br/>
391-
/// We sends two different types of webhook requests.<br/>
392-
/// One request when a transcript is completed or failed, and one request when the redacted audio is ready if redact_pii_audio is enabled.
390+
/// The URL to which we send webhook requests.
393391
/// </summary>
394392
[global::System.Text.Json.Serialization.JsonPropertyName("webhook_url")]
395393
public string? WebhookUrl { get; set; }
@@ -648,9 +646,7 @@ public sealed partial class Transcript
648646
/// The status code we received from your server when delivering the transcript completed or failed webhook request, if a webhook URL was provided
649647
/// </param>
650648
/// <param name="webhookUrl">
651-
/// The URL to which we send webhook requests.<br/>
652-
/// We sends two different types of webhook requests.<br/>
653-
/// One request when a transcript is completed or failed, and one request when the redacted audio is ready if redact_pii_audio is enabled.
649+
/// The URL to which we send webhook requests.
654650
/// </param>
655651
/// <param name="words">
656652
/// An array of temporally-sequential word objects, one for each word in the transcript.<br/>

src/libs/AssemblyAI/Generated/AssemblyAI.Models.TranscriptOptionalParams.g.cs

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,7 @@ public sealed partial class TranscriptOptionalParams
295295
public string? WebhookAuthHeaderValue { get; set; }
296296

297297
/// <summary>
298-
/// The URL to which we send webhook requests.<br/>
299-
/// We sends two different types of webhook requests.<br/>
300-
/// One request when a transcript is completed or failed, and one request when the redacted audio is ready if redact_pii_audio is enabled.
298+
/// The URL to which we send webhook requests.
301299
/// </summary>
302300
[global::System.Text.Json.Serialization.JsonPropertyName("webhook_url")]
303301
public string? WebhookUrl { get; set; }
@@ -490,9 +488,7 @@ public sealed partial class TranscriptOptionalParams
490488
/// Default Value: openapi-json-null-sentinel-value-2BF93600-0FE4-4250-987A-E5DDB203E464
491489
/// </param>
492490
/// <param name="webhookUrl">
493-
/// The URL to which we send webhook requests.<br/>
494-
/// We sends two different types of webhook requests.<br/>
495-
/// One request when a transcript is completed or failed, and one request when the redacted audio is ready if redact_pii_audio is enabled.
491+
/// The URL to which we send webhook requests.
496492
/// </param>
497493
#if NET7_0_OR_GREATER
498494
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]

src/libs/AssemblyAI/openapi.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1579,8 +1579,6 @@ components:
15791579
x-label: Webhook URL
15801580
description: |
15811581
The URL to which we send webhook requests.
1582-
We sends two different types of webhook requests.
1583-
One request when a transcript is completed or failed, and one request when the redacted audio is ready if redact_pii_audio is enabled.
15841582
type: string
15851583
format: url
15861584

@@ -3081,8 +3079,6 @@ components:
30813079
x-label: Webhook URL
30823080
description: |
30833081
The URL to which we send webhook requests.
3084-
We sends two different types of webhook requests.
3085-
One request when a transcript is completed or failed, and one request when the redacted audio is ready if redact_pii_audio is enabled.
30863082
type: [string, "null"]
30873083
format: url
30883084

0 commit comments

Comments
 (0)