Hi!
I'm working on an integration with a NodeJS ms. I'd like to update the description but I'm bit confused.
Following the docs, I read that all the params are URL Params. This lead all the request to fail, status 400, with the server answering that parameter 'description' is not allowed.
So, I made a request that match the CURL example given in the docs.
I got 200 with every kind of body submitted but I saw that nothing has changed in the response body.
So, how to properly consume this API?