Skip to content

FINTECH-18408: Remove reservation-based paymentPlans/add from docs#63

Open
stepan-stanc-mews wants to merge 3 commits into
mainfrom
FINTECH-18408-remove-v1-payment-plans-from-docs
Open

FINTECH-18408: Remove reservation-based paymentPlans/add from docs#63
stepan-stanc-mews wants to merge 3 commits into
mainfrom
FINTECH-18408-remove-v1-payment-plans-from-docs

Conversation

@stepan-stanc-mews

Copy link
Copy Markdown

Summary

The reservation-based v1 paymentPlans/add operation was hidden from the OpenAPI document via the InternalImplementation attribute in MewsSystems/mews#82259, since it is superseded by billingAutomationPaymentPlans/add (GA since 4 June 2026). The published docs were never regenerated after that change, so the operation was still showing on the public site.

This PR:

  • Regenerates operations/paymentplans.md with the OAS-to-MD generator (connector-api/_generator, default config against the production spec) — the v1 Add payment plan operation drops out, Add billing automation payment plan stays.
  • Removes the Add payment plan row from the operations index (operations/README.md), which is not generator-maintained.
  • Adds a changelog entry.

The endpoint itself remains functional for existing integrations; this is a documentation-only change.

Notes for reviewers

The generator run also produced an unrelated diff in operations/orderitems.md (the production spec now has a simplified orderItems/getAll request example). That drift is intentionally not included here to keep this PR focused — it should be picked up by the owning team or in the next full regeneration.

🤖 Generated with Claude Code

The v1 reservation-based Add payment plan operation was hidden from the
OpenAPI document (MewsSystems/mews#82259) in favor of
billingAutomationPaymentPlans/add. Regenerated paymentplans.md from the
production spec, removed the operation from the operations index, and
added a changelog entry.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@stepan-stanc-mews stepan-stanc-mews requested a review from a team as a code owner June 11, 2026 14:01
Comment thread connector-api/changelog/README.md Outdated
Comment thread connector-api/changelog/README.md Outdated
stepan-stanc-mews and others added 2 commits June 12, 2026 13:49
Co-authored-by: Jan Vlnas <jan.vlnas@mews.com>
Co-authored-by: Jan Vlnas <jan.vlnas@mews.com>
@stepan-stanc-mews stepan-stanc-mews requested a review from jnv June 12, 2026 11:50
@stepan-stanc-mews

Copy link
Copy Markdown
Author

Thanks @jnv agree with the notes, the original endpoint was used just by a single property

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants