bruno/memori-backend/Invitation/Rejects an Invitation object.bru

17 lines
225 B
Plaintext
Raw Normal View History

2025-03-26 15:08:31 +01:00
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:
}