bruno/memori-backend/Badge/Processes the specified outcome.bru

17 lines
211 B
Plaintext
Raw Permalink Normal View History

2025-03-26 15:08:31 +01:00
meta {
name: Processes the specified outcome.
type: http
seq: 1
}
post {
url: {{baseUrl}}/api/v2/Outcome/:strToken/:outcomeCode
body: none
auth: none
}
params:path {
strToken:
outcomeCode:
}