Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing JsonProperty attributes to Option #121

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kardoaw
Copy link

@kardoaw kardoaw commented Jul 7, 2022

Hi!

Recently I started getting the following error from Pipedrive when updating product fields:

{"success":false,"error":"Options on update must use the label & id (if it is an update) key.","error_info":"Please check developers.pipedrive.com for more information about Pipedrive API.","data":null,"additional_data":null}

It used to work before, but turns out that Pipedrive accepts only lower case "id" and "label" from now.

And anyway, not having the attributes here seems like an inconsistency. 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant