Skip to main content

validate_note_json

Function validate_note_json 

Source
pub async fn validate_note_json(
    __arg0: State<Arc<AppState>>,
    __arg1: Extension<JWTAuthMiddleware>,
    __arg2: Json<ValidateNoteRequest>,
) -> Result<impl IntoResponse, (StatusCode, Json<Value>)>