Create article
documentedCreate a new article under a topic
POST /topics/{slug}/articlesArticlesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{$brand}}.reamaze.io/api/v1/topics/{{$slug}}/articles" \
-X POST \
-u "{{$login_email}}":{{REAMAZE_API_KEY}} \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-d '{"article": {"title": "{{$title}}", "body": "{{$body}}", "status": {{$status}}, "topic_id": "{{$slug}}"}}'