Skip to content

Commit 1f65afe

Browse files
authored
Update SymfoniaWebApiClientUsageDemo.java
1 parent a907eef commit 1f65afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/pl/wtx/symfonia/SymfoniaWebApiClientUsageDemo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public static void main(String[] args) {
1919
apiClient.setBasePath(API_BASE_PATH);
2020

2121
// 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")
22+
// apiClient.addDefaultHeader("Authorization", "Session 2ab29954-ca2d-4c6b-873b-9b136e892d7d");
2323

2424
// The System API does not require authorization, so there is no need to provide a session token in the Authorization header.
2525
SystemApi systemApi = new SystemApi(apiClient);

0 commit comments

Comments
 (0)