-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Expected Behavior
The following example from the readme should work:
Lines 831 to 834 in 041a204
| await courier.users.put("<USER_ID>", { | |
| accounts: [{ account_id: "ACCOUNT_ID", profile: { foo: "bar" } }], | |
| profile: { name: "John Doe" }, | |
| }); |
Actual Behavior
Receiving 400 error:
{
message: 'must NOT have additional properties',
type: 'invalid_request_error'
}
Steps to Reproduce the Problem
- Make request as per readme
- Catch thrown response
- Inspect response
Specifications
- Version: 5.0
- Platform: node18
- Subsystem: macos
Metadata
Metadata
Assignees
Labels
No labels