post_sat_image_cfs_session

Function post_sat_image_cfs_session 

Source
pub async fn post_sat_image_cfs_session(
    ctx: RequestCtx,
    __arg1: Json<CreateImageCfsSessionRequest>,
) -> Result<impl IntoResponse, (StatusCode, Json<ErrorResponse>)>
Expand description

POST /api/v1/sat-file/images/cfs-session — translate one SAT images[] entry into a CFS session payload and create it. Returns the freshly-created [CfsSessionGetResponse] so the CLI can drive the monitor + stamp steps itself.