There was an error while loading. Please reload this page.
1 parent a907eef commit 1f65afeCopy full SHA for 1f65afe
src/main/java/pl/wtx/symfonia/SymfoniaWebApiClientUsageDemo.java
@@ -19,7 +19,7 @@ public static void main(String[] args) {
19
apiClient.setBasePath(API_BASE_PATH);
20
21
// TODO: If you need to invoke an API that requires authorization, provide a valid session token as shown below:
22
- // apiClient.addDefaultHeader("Authorization", "Session 2ab29954-ca2d-4c6b-873b-9b136e892d7d")
+ // apiClient.addDefaultHeader("Authorization", "Session 2ab29954-ca2d-4c6b-873b-9b136e892d7d");
23
24
// The System API does not require authorization, so there is no need to provide a session token in the Authorization header.
25
SystemApi systemApi = new SystemApi(apiClient);
0 commit comments