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
4 changes: 2 additions & 2 deletions src/libs/Vapi/Generated/Vapi.Models.SipAuthentication.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace Vapi
public sealed partial class SipAuthentication
{
/// <summary>
/// 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).
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("realm")]
public string? Realm { get; set; }
Expand Down Expand Up @@ -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.
/// </param>
/// <param name="realm">
/// 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).
/// </param>
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
Expand Down
2 changes: 1 addition & 1 deletion src/libs/Vapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down