Back to index
Summary
Modifies a note associated with an entity.projectNameStringoptionalProjectName of the entity that owns the note. releaseNameStringoptionalName of the release. noteNameStringoptionalThe name of the note. newNameStringoptionalThe new name for an existing object that is being renamed. noteStringoptionalThis represents the notes provided about the entity. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.modifyNote( /* optional arguments */ )