bruno/memori-backend/Invitation/Rejects an Invitation object.bru
2025-03-26 16:08:31 +02:00

17 lines
225 B
Plaintext

meta {
name: Rejects an Invitation object.
type: http
seq: 9
}
post {
url: {{baseUrl}}/api/v2/RejectInvitation/:strToken/:strInvitationID
body: none
auth: none
}
params:path {
strToken:
strInvitationID:
}