moveChangeNote

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

projectId

The identifier of the project owner of the update

sourceUpdateId

The identifier of the source update where the change note is currently attached

changeNoteId

The identifier of the change note to move

destinationUpdateId

The identifier of the destination update where move the change note