diff --git a/src/libs/Vapi/Generated/Vapi.Models.SipAuthentication.g.cs b/src/libs/Vapi/Generated/Vapi.Models.SipAuthentication.g.cs index 84a40ac..dce7f87 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.SipAuthentication.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.SipAuthentication.g.cs @@ -9,7 +9,7 @@ namespace Vapi public sealed partial class SipAuthentication { /// - /// This will be expected in the `realm` field of the `authorization` header of the SIP INVITE. Defaults to sip.vapi.ai. + /// This will be expected in the `realm` field of the `authorization` header of the SIP INVITE. Defaults to the SIP realm of the Vapi region serving the request (e.g. `sip.vapi.ai` for US, `sip.eu.vapi.ai` for EU). /// [global::System.Text.Json.Serialization.JsonPropertyName("realm")] public string? Realm { get; set; } @@ -44,7 +44,7 @@ public sealed partial class SipAuthentication /// This will be expected to generate the `response` field of the `authorization` header of the SIP INVITE, through digest authentication. /// /// - /// This will be expected in the `realm` field of the `authorization` header of the SIP INVITE. Defaults to sip.vapi.ai. + /// This will be expected in the `realm` field of the `authorization` header of the SIP INVITE. Defaults to the SIP realm of the Vapi region serving the request (e.g. `sip.vapi.ai` for US, `sip.eu.vapi.ai` for EU). /// #if NET7_0_OR_GREATER [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] diff --git a/src/libs/Vapi/openapi.yaml b/src/libs/Vapi/openapi.yaml index fa5dde3..3350cf6 100644 --- a/src/libs/Vapi/openapi.yaml +++ b/src/libs/Vapi/openapi.yaml @@ -39304,7 +39304,7 @@ "properties": { "realm": { "type": "string", - "description": "This will be expected in the `realm` field of the `authorization` header of the SIP INVITE. Defaults to sip.vapi.ai." + "description": "This will be expected in the `realm` field of the `authorization` header of the SIP INVITE. Defaults to the SIP realm of the Vapi region serving the request (e.g. `sip.vapi.ai` for US, `sip.eu.vapi.ai` for EU)." }, "username": { "type": "string",