# Import a state registry (operator)

Upserts registry rows for a state (1-5000 per call) and records a registry_syncs row. Gated by NOTARY_ADMIN_EMAILS — 403 for everyone else. Existing rows refresh registry facts only; claimed profiles keep their edited fields. registryAddress is stored for claim verification and never rendered.

Canonical: https://easerix.com/docs/developers/api/sign/notary/notaryAdminImport

{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}

export default function Layout(props) {
  const { APIPage, OpenAPIPage } = props.components ?? {};
  // "APIPage" is the old name from v10, this allows both for backward compatibility
  const Comp = OpenAPIPage ?? APIPage;
  return (
    <>
      {props.children}
      <Comp document="sign" operations={[{"path":"/v1/notary/admin/import","method":"post"}]} />
    </>
  );
}
