Projects
Update Project Samples
Update the physical samples associated with a project
POST
Updates the association between physical samples and a project.
string
required
The UUID of the project
array
required
Array of physical sample UUIDs to associate with the project
boolean
default:"false"
If
true, replaces all existing sample associations with the provided list. If false, adds the provided samples to the existing associations.