# Edit or share a project

Owner-only. A project a teammate shared with the organization can be read and logged against, but not edited — it answers 403, not 404. Sending clientId as an empty string clears the client.

Canonical: https://easerix.com/docs/developers/api/croncrunch/projects/updateProject

{/* 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="croncrunch" operations={[{"path":"/v1/projects/{id}","method":"patch"}]} />
    </>
  );
}
