summary refs log tree commit diff
path: root/src/api/routes/applications/#application_id/guilds (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move entities to databaseRory&2026-06-112-6/+8
* Lower missing route to WARN, add empty route middlewaresRory&2026-02-251-1/+1
* Assert req.params type as solely string (express update)Rory&2026-02-012-35/+43
* lintstagedrc: regenerate schemas/openapi if schemas changedRory&2025-12-172-246/+246
* fix: trim moreCyberL12025-10-222-4/+7
* fix: add `BulkApplicationCommandCreateSchema`CyberL12025-10-221-1/+1
* fix: remove commands not present in arrayCyberL12025-10-201-0/+10
* fix: trim command `name` and `description` fieldsCyberL12025-10-202-12/+12
* fix: check if an application is in a guildCyberL12025-10-172-8/+38
* feat: add endpoints for managing application commandsCyberL12025-10-172-0/+328