You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ curl --location --request POST 'https://REST_GW_URL:4444/auth/authenticate' \
102
102
"username": "root",
103
103
// "connection_token": "memphis", // OS Only: In case the chosen auth method is connection_token
104
104
"password": "memphis, // OS + Cloud: client-type user password
105
-
"account_id": 123456789, // Cloud only
105
+
"account_id": 123456789, // Cloud only, in case you don't have the ability to set this field as a body param you can add it as a query string param, for example: https://<REST-GW-ADDRESS>/auth/authenticate?accountId=123456789
0 commit comments