Escape-sequence for colons in bulk_fields API calls
CompletedBulk-uploading of custom fields via bulk_fields breaks when values (and, presumably keys) include a colon. Would it be possible to add a means of escaping such characters, e.g. with a backslash or by URL-encoding? If something of the kind is already available (I did try backslash-escaping with no success), please add it to the API docs.
Mostly, it would make large updates a lot faster by reducing the number of individual HTTPS requests.
0
-
Hi James,
Just enclose the key or value in the double quotes and it will work.
0
Please sign in to leave a comment.
Comments
1 comment