PUT /releases/{release}/landing-config
Set landing-page config
Enable/disable and configure a release's landing page. Sets the tri-state
links_page_enabled gate and, transactionally, either inherits the label
default (config_mode=inherit drops the release's own row) or upserts a
custom config (actions, CTA text, description, pre-order links, page
style). Invalid values are rejected with 422 and nothing is persisted.
Parameters
- release (path)
Responses
- 200 — `ReleaseLandingConfigResource`
- 404
- 403
- 401
- 422