/allocations/{allocation_gid}Update an allocation
Updates an existing allocation using the fields supplied in the data request body. Omitted fields remain unchanged, and you can use opt_fields to include optional properties in the returned allocation. The response contains the complete updated allocation record.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
The allocation fields to update. Include only the properties that should change; omitted properties remain unchanged.
A 400 is returned when data or a parameter is missing or malformed. A 401 is returned when a valid authentication token is not provided, and a 403 is returned when the authenticated user cannot update the allocation. A 404 is returned when the allocation or action does not exist, while a 500 indicates a server-side problem. opt_fields accepts a comma-separated selection of supported properties, including nested fields such as assignee.name and parent.name.