feat:version

This commit is contained in:
2026-06-24 18:10:04 +03:30
parent a63cefb80b
commit b1f1fb33c2
7 changed files with 140 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
meta {
name: get versions
type: http
seq: 2
}
get {
url: {{baseUrl}}/versions
body: none
auth: inherit
}
settings {
encodeUrl: true
}
docs {
Admin: all versions, highest version_code first.
}