Skip to content

Commit 87544ef

Browse files
committed
fix: temporarily adjust API version date
Signed-off-by: Edward Ly <contact@edward.ly>
1 parent 7797a03 commit 87544ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/AppInfo/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class Application extends App implements IBootstrap {
2727
public const APP_ID = 'integration_watsonx';
2828

2929
public const WATSONX_API_BASE_URL = 'https://us-south.ml.cloud.ibm.com';
30-
public const WATSONX_API_VERSION = '2024-03-14';
30+
public const WATSONX_API_VERSION = '2021-05-01';
3131
public const WATSONX_DEFAULT_REQUEST_TIMEOUT = 60 * 4;
3232
public const USER_AGENT = 'Nextcloud IBM watsonx.ai integration';
3333

0 commit comments

Comments
 (0)