i am trying to update release (version) description using rest api. i need to append the description and not overwrite. Currently using PUT i am able to update but that is overwriting.
Hello,
You can't append a value using a PUT with the rest API. According to the documentation, this will overwrite the value. The only solution is to consume the current description and incorporate the current value into the JSON body before execute the PUT command.
Thanks,
Kian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.