Function projects_slash_move_column

Source
pub async fn projects_slash_move_column(
    configuration: &Configuration,
    column_id: i32,
    projects_move_column_request: ProjectsMoveColumnRequest,
) -> Result<Value, Error<ProjectsSlashMoveColumnError>>
Expand description