We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c44189 commit 3453b74Copy full SHA for 3453b74
specs/signalwire-rest/fabric-api/cxml-applications/models/requests.tsp
@@ -6,9 +6,9 @@ model CxmlApplicationCreateRequest {
6
@example("Reception App")
7
display_name: string;
8
9
- @doc("Account SID for the LAML Application")
+ @doc("Project ID for the cXML Application")
10
@example("1313fe58-5e14-4c11-bbe7-6fdfa11fe780")
11
- account_sid?: uuid;
+ project_id?: uuid;
12
13
@doc("URL to handle incoming calls")
14
@example("https://example.com/voice/incoming")
0 commit comments