put
https://api.trustmarkt.de/v1/articles/
Update the specified article. The article must belong to the authenticated user's company, otherwise a 404 error will be returned.
Only articles in draft or rejected status can be updated. If the article is in review or published status, a 422 error will be returned.
The content of the article should be provided as Markdown in the content field. HTML-Tags will be stripped from the content for security reasons.
Supported Markdown features include:
- Headers (H2, H3, H4)
- Bold and italic text
- Links
- Lists
- Dividers
Images can not be included within the article content via the API. If you want to include images in your article, please use the Trustmarkt Web App to upload images directly in the article editor.