Show project blog
documentedRetrieves details of a specific project blog.
GET /projectblogs/{projectBlogId}Project 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/{{$projectBlogId}}" \
-X GET \
-u "{{SOLVE360_USERNAME}}:{{SOLVE360_API_TOKEN}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"