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: docs/models/components/upsconnectexistingownaccountparameters.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,13 @@
3
3
An array of additional parameters for the account, such as e.g. password or token.
4
4
Please check the <ahref="https://docs.goshippo.com/docs/carriers/carrieraccounts/">carrier accounts tutorial</a> page for the parameters per carrier.<br>
5
5
To protect account information, this field will be masked in any API response.
6
+
In the case of masked fields, they should be handled carefully.
7
+
8
+
Fields also must consider:
9
+
- Not providing a *fields* in parameters will not result in a change to any configured value
10
+
- Providing a value in a *masked field* with ****** (exactly 6 asterisks) will not change the configured value
11
+
- Providing *field* with null will clear the configured value
12
+
- Providing *field* with any other value will change the configured value and may affect the behavior of the account.
0 commit comments