Files
skamp/bruno/propify/ProjectStatuses/Get one by ID.bru
2025-10-09 10:37:26 +02:00

20 lines
230 B
Plaintext

meta {
name: Get one by ID
type: http
seq: 2
}
get {
url: {{API_BASE_URL}}/api/{{API_VERSION}}/project-statuses/...
body: none
auth: bearer
}
auth:bearer {
token: {{BEARER_TOKEN}}
}
settings {
encodeUrl: true
}