Sign in

Update project blog

documented

Updates an existing project blog.

PUT /projectblogs/{projectBlogId}Project 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/{{$projectBlogId}}/" \
  -X PUT \
  -u '{{SOLVE360_USER_EMAIL}}:{{SOLVE360_API_TOKEN}}' \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"title": "{{$title}}", "description": "{{$description}}", "status": "{{$status}}"}'