There was an error while loading. Please reload this page.
1 parent b9e1327 commit a907eefCopy full SHA for a907eef
README.md
@@ -119,7 +119,7 @@ public class SymfoniaWebApiClientUsageDemo {
119
apiClient.setBasePath(API_BASE_PATH);
120
121
// TODO: If you need to invoke an API that requires authorization, provide a valid session token as shown below:
122
- // apiClient.addDefaultHeader("Authorization", "Session 2ab29954-ca2d-4c6b-873b-9b136e892d7d")
+ // apiClient.addDefaultHeader("Authorization", "Session 2ab29954-ca2d-4c6b-873b-9b136e892d7d");
123
124
// The System API does not require authorization, so there is no need to provide a session token in the Authorization header.
125
SystemApi systemApi = new SystemApi(apiClient);
0 commit comments