release workflow

This commit is contained in:
2026-02-24 18:30:45 -06:00
parent 06e021f8a1
commit db9b722929
15 changed files with 398 additions and 77 deletions
-21
View File
@@ -1,21 +0,0 @@
meta {
name: Check User Permission
type: http
seq: 3
}
post {
url: {{baseUrl}}/v1/user/@me/check-permission
body: json
auth: none
}
headers {
Content-Type: application/json
}
body:json {
{
"permissions": ["user.read", "company.create", "credential.write"]
}
}
-15
View File
@@ -1,15 +0,0 @@
meta {
name: Fetch Company Pages.
type: http
seq: 2
}
get {
url:
body: none
auth: inherit
}
settings {
encodeUrl: true
}
-15
View File
@@ -1,15 +0,0 @@
meta {
name: Teapot
type: http
seq: 1
}
get {
url: http://localhost:3000/v1/teapot
body: none
auth: inherit
}
settings {
encodeUrl: true
}
+3 -6
View File
@@ -1,9 +1,6 @@
{
"version": "1",
"name": "ttscm",
"name": "optima",
"type": "collection",
"ignore": [
"node_modules",
".git"
]
}
"ignore": ["node_modules", ".git"]
}