docs(openapi): deprecate legacy form fields; clarify submit/theme contracts - #20
Merged
Conversation
S4Mi
force-pushed
the
fix/lotr-openapi-agent-contracts
branch
from
August 6, 2026 00:14
fa77674 to
9707029
Compare
…contracts Mark form-level needs_login and form_type as deprecated, keep theme.form_type and font_size enum as the agent-facing source of truth, and document display-slug submit with slug vs alias field keys. Co-authored-by: Cursor <cursoragent@cursor.com>
Match dashboard/form-ui FontSizeEnum (small|medium|large). Backend theme_config is free-form JSON; medium is the renderer default when omitted. Co-authored-by: Cursor <cursoragent@cursor.com>
S4Mi
force-pushed
the
fix/lotr-openapi-agent-contracts
branch
from
August 10, 2026 18:21
9707029 to
51dd214
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
needs_loginandform.form_type; keeptheme.form_typeas canonical (simple|multi_step).theme_config.font_sizeenumsmall|medium|largeand renderer default behavior.submit_by_alias=true.MCP sync note
After this lands and docs artifacts are regenerated/published, FormalooMCP picks up via
node scripts/sync-openapi.mjsand.github/workflows/openapi-sync.yml.Current status
dev(6dd718f) on 2026-08-10.Test plan
./generate.shtheme_config.font_size,submit_by_alias, and form-display slug/address routes