move Change Note
suspend fun moveChangeNote(projectId: String, sourceUpdateId: String, changeNoteId: String, destinationUpdateId: String): JsonObject
Request to move a change note
Return
the response of the request as JsonObject
Since
1.2.0
Parameters
project Id
The identifier of the project owner of the update
source Update Id
The identifier of the source update where the change note is currently attached
change Note Id
The identifier of the change note to move
destination Update Id
The identifier of the destination update where move the change note