Sign in

Create project blog

documented

Creates a new project blog record.

POST /projectblogsProject Blogsno implementation yet0 runs
No 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}}"}'
Create project blog · solve360 · OpenIntegrations