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.