2
PUT Article Settings responds success but no change
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
Activity Feed
Sort by
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.