node-zendesk
node-zendesk copied to clipboard
Bad Request for create userfields
trafficstars
Zendesk userfields.create method is returning BadRequest. It expects type CreateUserField ( { key: string} ).
Postman requests an object of type { user_field: { key: string} }
Is the problem in node-zendesk or with the DefinitelyTyped package?