Skip to main content

post_file_blob

Function post_file_blob 

Source
pub async fn post_file_blob(
    __arg0: State<App>,
    tn_id: TnId,
    __arg2: Auth,
    __arg3: Path<(String, String)>,
    query: Query<PostFileQuery>,
    header: HeaderMap,
    __arg6: OptionalRequestId,
    body: Body,
) -> ClResult<(StatusCode, Json<ApiResponse<Value>>)>