Files
dify/packages
L1nSn0w 2c23171707 refactor(openapi): model dependency check as a :check custom method
Per review: GET /apps/{id}/dependencies over-promised — the handler returns
only leaked deps (referenced in the DSL but not installed), not the full set.
Model it as the AIP-136 read-only custom method:

  GET /apps/{id}/dependencies  ->  GET /apps/{id}/dependencies:check

This leaves the plain noun free for a future full listing. Regenerate the
contract + Markdown docs and update the difyctl call-site, mock, and tests.
2026-07-07 18:39:16 +08:00
..