Sha256: a9bd53e81d9d7b3434b82be7dfb1b0fc67a4721d0759a645cf1ae5d75a6da3f0
Contents?: true
Size: 554 Bytes
Versions: 56
Compression:
Stored size: 554 Bytes
Contents
/invitations/{id}/resend: post: tags: - Invitation summary: "Resend Invitation" description: "Resend an Invitation" operationId: resendInvitation parameters: - $ref: "#/components/parameters/id" responses: "404": description: "Not Found" "200": description: "OK" content: application/json: schema: $ref: "#/components/schemas/InvitationAttributes" example: <%= FactoryBot.get_example(:invitation, version: @version) %>
Version data entries
56 entries across 56 versions & 1 rubygems