Create project blog
documentedCreates a new project blog record.
POST /projectblogsProject Blogsno 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://secure.solve360.com/projectblogs" \
-X POST \
-u "{{$user_email}}:{{SOLVE360_SECRET}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"title": "{{$title}}", "content": "{{$body}}", "author": "{{$author}}", "date": "{{$date}}"}'