-
Notifications
You must be signed in to change notification settings - Fork 2
feat: added documentation for employee invitation_code field #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
source/includes/_employees.md
Outdated
| ``` | ||
|
|
||
| This endpoint registers an Employee. | ||
| This endpoint registers an Employee. The employee will be notified with a invitation code which can be used to create a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it important to go into details on what happens? Should we not just say that they will get an email to start their onboarding journey? Or is it better to be more explicit? I am thinking if the mechanic changes then we would have to go back and change the docs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
source/includes/_employees.md
Outdated
|
|
||
| This endpoint resends an invitation. After resending, you need to wait at least 24 hours before resending again. | ||
| This endpoint resends notification with a invitation code. After resending, you need to wait at least 24 hours before resending again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| This endpoint resends notification with a invitation code. After resending, you need to wait at least 24 hours before resending again. | |
| This endpoint resends a notification with an invitation code. After resending, you need to wait at least 24 hours before resending again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't you change this to a more reasonable rate limit?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, I fixed it to make sure it's 24 hours.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
EmberCraze
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One comment about grammar
source/includes/_employees.md
Outdated
| This endpoint registers an Employee. The employee will be notified with a invitation code which can be used to create a | ||
| magic link to claim the employee. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| This endpoint registers an Employee. The employee will be notified with a invitation code which can be used to create a | |
| magic link to claim the employee. | |
| This endpoint registers an Employee. The Employee will be notified with the `invitation_code` that can be used to sign up in Gigapay and accept your invitation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
source/includes/_employees.md
Outdated
|
|
||
| This endpoint resends an invitation. After resending, you need to wait at least 24 hours before resending again. | ||
| This endpoint resends notification with a invitation code. After resending, you need to wait at least 24 hours before resending again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't you change this to a more reasonable rate limit?
Where? Cannot find the comment. |
…_code_field generated from commit c56ea32
No description provided.