Files
dify/api/openapi
L1nSn0w e4fd53df15 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-03 19:22:23 +08:00
..