Update a specific activity’s input data and recalculate its values:
Parameters:
activityId: Unique identifier of the activity to updateinput: Input fields to merge into the activity’s existing input dataThis endpoint applies a partial update: provided input fields overwrite matching existing fields, while omitted fields are preserved. The system recalculates the activity value and metadata after the input update.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.