articles
Update an article by id
This endpoint allows the client to update an existing article.
"Articles" are all the posts that users create on DEV that typically show up in the feed. They can be a blog post, a discussion question, a help thread etc. but is referred to as article within the code.
put/api/articles/{id}
Path parameters
idinteger required
The ID of the user to unpublish.
Request body
Response
An Article