Function projects_slash_move_card

Source
pub async fn projects_slash_move_card(
    configuration: &Configuration,
    card_id: i32,
    projects_move_card_request: ProjectsMoveCardRequest,
) -> Result<Value, Error<ProjectsSlashMoveCardError>>
Expand description