pub async fn projects_slash_create_column(
configuration: &Configuration,
project_id: i32,
projects_update_column_request: ProjectsUpdateColumnRequest,
) -> Result<ProjectColumn, Error<ProjectsSlashCreateColumnError>>
Expand description
Creates a new project column.