bruno/memori-backend/Badge/Processes a badge assignment.bru

20 lines
225 B
Plaintext
Raw Normal View History

2024-07-16 10:15:30 +02:00
meta {
2025-03-26 15:08:31 +01:00
name: Processes a badge assignment.
2024-07-16 10:15:30 +02:00
type: http
seq: 2
}
post {
2025-03-26 15:08:31 +01:00
url: {{baseUrl}}/api/v2/BadgeAssignment
2024-07-16 10:15:30 +02:00
body: json
auth: none
}
body:json {
{
"refId": "",
"outcome": "",
"badgeUrl": ""
}
}