Files
medusa-store/docs/api/admin/paths/invites_{invite_id}_resend.yaml
2022-08-05 14:06:12 +02:00

18 lines
391 B
YAML

post:
operationId: PostInvitesInviteResend
summary: Resend an Invite
description: Resends an Invite by triggering the 'invite' created event again
x-authenticated: true
parameters:
- in: path
name: invite_id
required: true
description: The ID of the Invite
schema:
type: string
tags:
- Invite
responses:
'200':
description: OK