Skip to content

Commit a907eef

Browse files
authored
Update README.md
1 parent b9e1327 commit a907eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public class SymfoniaWebApiClientUsageDemo {
119119
apiClient.setBasePath(API_BASE_PATH);
120120

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

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

0 commit comments

Comments
 (0)