Modify an existing experiment’s configuration or status.
Updates experiment metadata, inputs, or workflow status. Draft experiments allow full edits; once a quote has been generated (WaitingForConfirmation and later), only name, description, and webhook URL remain editable. See the modification rules table in the module documentation for details.
Documentation Index
Fetch the complete documentation index at: https://docs.adaptyvbio.com/llms.txt
Use this file to discover all available pages before exploring further.
Biscuit-based bearer token. Obtain tokens from the Adaptyv Portal or via the /tokens endpoint. Tokens encode organization membership and role-based capabilities; the API verifies the token's cryptographic signature and authorization claims before processing requests. Use /tokens/attenuate to create restricted tokens for delegation.
Unique experiment request identifier to modify
Request payload for modifying an existing experiment.
All fields are optional - only provided fields will be updated. Note: Some modifications may be restricted based on experiment status. Modifications are only allowed if the experiment request is not yet fulfilled.
Status transitions are handled separately via the /experiments/{id}/confirm
endpoint, which performs the appropriate transition based on current state.
Update antigen concentrations (only if not fulfilled)
Update experiment description
Update replicate count (only if not fulfilled)
x >= 0Update experiment name
Update experiment parameters (restrictions may apply, only if not fulfilled)
Replace sequence list (only if not fulfilled)
Update target identifier (only if not fulfilled).
null: remove target (deletes requested_materials and agreed_on_materials)"uuid": change to new target (performs catalog lookup, updates materials, autolinks)Update the webhook URL for notifications
Experiment modified successfully or no action taken (e.g., already fulfilled)