Skip to content

Commit 4dbbcb5

Browse files
committed
Update test key
1 parent 9c721f7 commit 4dbbcb5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

openapi.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2464,6 +2464,7 @@
24642464
},
24652465
{
24662466
"required": ["text"],
2467+
"type": "object",
24672468
"properties": {
24682469
"text": {
24692470
"description": "The message to be played to the caller using TTS. The size of the string is limited to 4 KB (or 4,096 bytes). An empty string will cause the command to be skipped.",

src/test/java/com/github/freeclimbapi/api/DefaultApiTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class DefaultApiTest {
3333
public void setup() {
3434
ApiClient defaultClient = Configuration.getDefaultApiClient();
3535
defaultClient.setBasePath("http://127.0.0.1:4010");
36-
defaultClient.setAccountId("AC2d721074c7265c419cf76a82722854a3c0d595be");
36+
defaultClient.setAccountId("AC0123456789abcdefABCDEF0123456789abcdef00");
3737
defaultClient.setApiKey("YOUR_API_KEY");
3838
this.apiInstance = new DefaultApi(defaultClient);
3939
}

0 commit comments

Comments
 (0)