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

17 lines
225 B
Plaintext
Raw Permalink Normal View History

2025-03-26 15:08:31 +01:00
meta {
name: Accepts an Invitation object.
type: http
seq: 8
}
post {
url: {{baseUrl}}/api/v2/AcceptInvitation/:strToken/:strInvitationID
body: none
auth: none
}
params:path {
strToken:
strInvitationID:
}