The frontend of marimo communicates with the backend through an OpenAPI specification, which can be found in openapi/api.yaml
.
marimo development openapi
To modify the schema, add the type under _generate_server_api_schema
in commands.py
and run
marimo development openapi > openapi/api.yaml
pipx install openapi-spec-validator
marimo development openapi | openapi-spec-validator -
make fe-codegen
You will then need to reinstall the package in /frontend
:
cd frontend
pnpm update @marimo-team/marimo-api