Is there anyway I can append to the commends field via the API?
I know I can "get" the current value and then append my data and run a "set" but I think I have hit a limit somewhere which makes the encoded URL too large - or some other web server limit.
I am trying to append to a comment that might already have a 1000 lines. I have checked in the GUI and I created a 6000+ line comment and it saves OK - but I could not set it back again via the API.
Is there another "POST" or "PUT" web call I can make with the data?
Thanks for any help, Steve.
Add comment