Skip to content

Commit 63e2321

Browse files
committed
Update Account Update description for US zip validation
1 parent 00c8ac7 commit 63e2321

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

openapi.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,12 @@ paths:
438438
- oauth:
439439
- account:read_write
440440
requestBody:
441-
description: Update contact and billing information.
441+
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.
442447
required: true
443448
content:
444449
application/json:

0 commit comments

Comments
 (0)