This commit is contained in:
2025-10-09 10:37:26 +02:00
parent e7784f31bb
commit 39ce995956
22 changed files with 288 additions and 129 deletions

View File

@@ -0,0 +1,19 @@
meta {
name: Get all
type: http
seq: 1
}
get {
url: {{API_BASE_URL}}/api/{{API_VERSION}}/project-statuses
body: none
auth: bearer
}
auth:bearer {
token: {{BEARER_TOKEN}}
}
settings {
encodeUrl: true
}