PATCH
/articles/{articleId}Update an article
Parameters
articleIdstring · uuidpathRequiredRequest body
titlestringOptionalstatusstringOptionalcontentJsonobjectOptionalResponses
200Updated article
responseArticleOptionalExample request
cURL
curl -X PATCH \
'https://api.example.com/articles/{articleId}' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json'