1
0
Fork 0
mirror of synced 2024-06-29 03:30:34 +12:00

Updated docs

This commit is contained in:
eldadfux 2019-08-25 09:41:03 +03:00
parent e7017fa86d
commit b47338731f
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
<?php
const VERSION = 'latest';
const VERSION = '0.1.6';
return VERSION;

View file

@ -398,7 +398,7 @@ $utopia->post('/v1/teams/:teamId/memberships')
);
$utopia->post('/v1/teams/:teamId/memberships/:inviteId/resend')
->desc('Create Team Membership (Resend Invitation Email)')
->desc('Create Team Membership (Resend)')
->label('scope', 'account')
->label('sdk.namespace', 'teams')
->label('sdk.method', 'createTeamMembershipResend')