PUT
/actions/working-files/{working_file_id}/comment
curl \
--request PUT 'http://api.example.com/actions/working-files/a24a6ea4-ce75-4665-a070-57453082c25/comment' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"comment":"Updated lighting and materials"}'
Request examples
{
"comment": "Updated lighting and materials"
}
Response examples (200)
{
"id": "string",
"comment": "string",
"updated_at": "2025-05-04T09:42:00Z"
}