We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c8ac7 commit 63e2321Copy full SHA for 63e2321
openapi.yaml
@@ -438,7 +438,12 @@ paths:
438
- oauth:
439
- account:read_write
440
requestBody:
441
- description: Update contact and billing information.
+ description: |
442
+ Update contact and billing information.
443
+
444
+ Account properties that are excluded from a request remain unchanged.
445
446
+ When updating an Account's `country` to "US", an error is returned if the Account's `zip` is not a valid US zip code.
447
required: true
448
content:
449
application/json:
0 commit comments