Josh Shepherd
Results
2
issues of
Josh Shepherd
### Confirm this is a Node library issue and not an underlying OpenAI API issue - [X] This is an issue with the Node library ### Describe the bug The...
bug
**Describe the Bug** Create user returns Zendesk Error (422): Unprocessable Entity **Example Code** ```Typscript // Client export function getZendeskUtilClient(): ZendeskClient { const clientOptions: ZendeskClientOptions = { token: process.env.ZENDESK_SANDBOX_TOKEN, oauth: false,...
bug