Sign in

Update project blog activity

documented

Updates an activity linked to a project blog.

PUT /projectblogs/{activitySegmentName}/{activityId}/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/{{$activitySegmentName}}/{{$activityId}}/" \
  -X PUT \
  -u "{{SOLVE360_EMAIL}}:{{SOLVE360_API_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"title": "{{$title}}", "description": "{{$description}}", "status": "{{$status}}", "updated_at": "{{$updated_at}}"}'
Update project blog activity · solve360 · OpenIntegrations