feat: announcement

This commit is contained in:
2026-06-24 17:56:51 +03:30
parent 91b9cbc09e
commit a63cefb80b
7 changed files with 141 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
meta {
name: latest announcement
type: http
seq: 1
}
get {
url: {{baseUrl}}/announcements/latest
body: none
auth: inherit
}
settings {
encodeUrl: true
}
docs {
App side: returns the single latest currently-active announcement
(start_date <= now <= end_date; null bounds are open-ended), or null.
}