Files
appwrite/app
Jake Barnby da5a137b98 refactor(insights): nest CTA execution and dismissal as sub-resources
Move POST /v1/insights/:id/dismiss to /v1/insights/:id/dismissals
and POST /v1/insights/:id/ctas/:ctaId/trigger to
/v1/insights/:id/ctas/:ctaId/executions, with the corresponding
class moves into Http/Insights/Dismissal/Create.php and
Http/CTA/Execution/Create.php. Rename the response model to
InsightCtaExecution and update events.php to surface dismissal
and execution as resource events with create verbs. The reshape
matches the rest of the API where verbs hang off plural sub-resources.
2026-05-01 14:04:31 +12:00
..
2025-12-02 01:40:44 +00:00
2026-04-29 13:52:13 +02:00
2026-04-16 16:57:19 +05:30
2026-04-30 10:36:12 +03:00
2026-01-03 22:38:17 +00:00
2026-04-29 15:41:56 +03:00