toc_callback

Function toc_callback 

Source
pub async fn toc_callback(
    __arg0: State<Arc<ProxyState>>,
    __arg1: Json<TocCallbackRequest>,
) -> impl IntoResponse
Expand description

TOC callback endpoint - receives verification results from external systems

POST /_mpl/toc/callback Body: { “callback_id”: “…”, “verified”: true/false, “details”: “…” }