Files
2026-06-24 17:56:51 +03:30

20 lines
189 B
Plaintext

meta {
name: show announcement
type: http
seq: 4
}
get {
url: {{baseUrl}}/announcements/:id
body: none
auth: inherit
}
params:path {
id: 1
}
settings {
encodeUrl: true
}