pub async fn post_sat_configuration(
ctx: RequestCtx,
__arg1: Json<PostSatConfigurationRequest>,
) -> Result<impl IntoResponse, (StatusCode, Json<ErrorResponse>)>Expand description
POST /v2/sat-file/configurations — apply a single SAT
configuration entry. Returns the created CfsConfigurationResponse.