pub async fn create_session(
ctx: RequestCtx,
__arg1: Json<CreateSessionRequest>,
) -> Result<impl IntoResponse, (StatusCode, Json<ErrorResponse>)>Expand description
POST /api/v1/sessions — create a CFS session from one or more git repositories.