langgenius/dify

add type annotation to api endpoints

Closed

#36,541 opened on May 23, 2026

 (13 comments) (1 reaction) (0 assignees)TypeScript (22,210 forks)batch import
good first issue

Repository metrics

Stars
 (141,412 stars)
PR merge metrics
 (Avg merge 1d 21h) (579 merged PRs in 30d)

Description

so we can easily do following migration.

rule: when find any

.route("/apps/<uuid:app_id>/messages/<uuid:message_id>")

begin with uuid: , type the parameter to UUID. begin with string:, type the parameter to str.

Contributor guide