Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit bd939fa

Browse files
committed
Update url to use v1.8 of API
1 parent aaec197 commit bd939fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Wsc/Request/Request.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ abstract class Request
2020
const HTTP_METHOD_DELETE = 'delete';
2121
const HTTP_METHOD_PUT = 'put';
2222

23-
const ROOT_URL = 'https://api.cloud.wowza.com/api/v1.6';
24-
const ROOT_URL_TEST = 'https://api-sandbox.cloud.wowza.com/api/v1.6';
23+
const ROOT_URL = 'https://api.cloud.wowza.com/api/v1.8';
24+
const ROOT_URL_TEST = 'https://api-sandbox.cloud.wowza.com/api/v1.8';
2525

2626
const ERROR_RESPONSE_CLASS = ErrorResponse::class;
2727

0 commit comments

Comments
 (0)