# Update an article **PUT /articles/{slug}** Update an article. Auth is required ## Servers - /api: /api () ## Authentication methods - Token ## Parameters ### Path parameters - **slug** (string) Slug of the article to update ### Body: application/json (object) Article to update - **article** (object) ## Responses ### 200 OK #### Body: application/json (object) - **article** (object) ### 401 Unauthorized ### 422 Unexpected error #### Body: application/json (object) - **errors** (object) [Powered by Bump.sh](https://bump.sh)