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: delete version
type: http
seq: 6
}
delete {
url: {{baseUrl}}/versions/:id
body: none
auth: inherit
}
params:path {
id: 1
}
settings {
encodeUrl: true
}