Skip to content

Commit 3453b74

Browse files
Update specs/signalwire-rest/fabric-api/cxml-applications/models/requests.tsp
Co-authored-by: Cassie <[email protected]>
1 parent 0c44189 commit 3453b74

File tree

1 file changed

+2
-2
lines changed
  • specs/signalwire-rest/fabric-api/cxml-applications/models

1 file changed

+2
-2
lines changed

specs/signalwire-rest/fabric-api/cxml-applications/models/requests.tsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ model CxmlApplicationCreateRequest {
66
@example("Reception App")
77
display_name: string;
88

9-
@doc("Account SID for the LAML Application")
9+
@doc("Project ID for the cXML Application")
1010
@example("1313fe58-5e14-4c11-bbe7-6fdfa11fe780")
11-
account_sid?: uuid;
11+
project_id?: uuid;
1212

1313
@doc("URL to handle incoming calls")
1414
@example("https://example.com/voice/incoming")

0 commit comments

Comments
 (0)