Bulk update multiple requests with partial updates

Updates multiple requests simultaneously by applying the same field changes to all specified requests. This operation executes asynchronously and returns an operation ID for tracking progress. Ideal for batch operations like reassigning multiple requests, updating priorities, or changing dates across a set of requests. Only users with appropriate management permissions can perform bulk updates.

Key Features:

  • Updates multiple requests simultaneously for efficient batch operations
  • Executes asynchronously to handle large update sets without timeout
  • Returns operation ID for tracking bulk update progress and results
  • Applies consistent field updates across all specified requests
  • Validates all updates before committing changes
  • Maintains activity tracking and audit trails for all modified requests

Authorization Logic:

  1. User must have a valid JWT token with program management scopes
  2. User must have permission to update all specified requests
  3. User must have access to the space containing the requests

Usage Example:

Reassign 50 requests to a new team member when workload shifts, or update priorities for all requests in a campaign when business priorities change.

Language
Response
Click Try It! to start a request and see the response here!