PUT Article Settings responds success but no change
complete
Warren Whipple
PUT /v2/Articles/{articleId}/settings
This was working before, maybe just a week or two ago. But seems broken now.
If I PUT a data {"slug":"mynewslug"} the endpoint returns a 200 success, with an expected changed response data {"slug":"mynewslug", {...otherStuff}}. But then checking API or website later shows the slug did NOT change.
If I PUT a data {"tags":["my","new","tags"]} the endpoint returns a 200 success, but in the response data tags are NOT changed {"tags":[], {...otherStuff}}. And checking API or website later confirms the tags did not change.
Log In
Thiru
complete
Vidhya
Hi Warren Whipple
Greetings!!! Hope you are doing well.
We are pleased to inform you that our Development team has fixed the issues with API in the recent release. We request you once again validate the scenario and keep us posted on the same.
Thank you for your patience and co-operation.
Warren Whipple
This appears to be fixed. I checked both slug and tag PUT ops just now, and they behave as expected.
Vidhya
Hi Warren Whipple
Greetings!!! My sincere apologies for the delay in communication. The issue has been identified as a bug and our team is working on it. We shall keep you informed once we hear back from them.
Warren Whipple
Yes I tested again just now and both slug and tag PUT ops are working. Thanks!