-
Notifications
You must be signed in to change notification settings - Fork 24
Add User identity bulk APIs #163
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
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
abhi-1123
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.
LGTM
hs-shantanu
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.
Instead of a section under Getting Started, there should be a separate page for Identity APIs, with more details than just API endpoints.
docs/rest-api/getting-started.mdx
Outdated
|
|
||
| | Command | Request URL | Description | | ||
| | ------- | -------------------------------------------------------------------------- | ------------------------------------ | | ||
| | POST | https://api.helpshift.com/v1/ `<domain>` /bulk_actions/ | create bulk tasks | |
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 should be /identity/bulk_actions/
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.
Done. @hs-shantanu : I had added the endpoints here and was planning to add the details in apidocs. So, should we add all the api details in a separate page and skip the addition in apidocs?
docs/rest-api/getting-started.mdx
Outdated
| | GET | https://api.helpshift.com/v1/ `<domain>` /bulk_actions/`{task-id}` | retrive task information | | ||
| | GET | https://api.helpshift.com/v1/ `<domain>` /bulk_actions/`{task-id}`/errors | retrive task errors (if any) | | ||
| | GET | https://api.helpshift.com/v1/ `<domain>` /bulk_actions/`{task-id}`/results | retrive task results (if any) | | ||
| | GET | https://api.helpshift.com/v1/ `<domain>` /bulk_actions/`{task-id}`/results | retrive task results | |
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.
typo: retrive-> retrieve
Add bulk api details to dev docs.