Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Not really, I'm developing against the REST API for an opensource library. I'm not looking to fix a form so much as documentation so anyone using the library can handle the situation correctly.
Seems related but no, the status field. The documented values don't include "warning" but I'm getting it. (string) = ['created', 'updated', 'skipped']string Enum: "created", "updated", "skipped" Can I trust this means the values are saved? Can we get documentation on what situations would cause this...
When submitting a form to the lead/submitForm I got a failure because it returned response status of 'warning'. There's no documentation of what this status means or how to handle it. Also, not being documented as an allowed value breaks automated code generation tools which, if you'll pardon the gr...