Skip to content
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

[Feature] Add .../records/<recordId> path #158

Closed
TanmoySG opened this issue Sep 13, 2024 · 0 comments · Fixed by #162
Closed

[Feature] Add .../records/<recordId> path #158

TanmoySG opened this issue Sep 13, 2024 · 0 comments · Fixed by #162
Assignees

Comments

@TanmoySG
Copy link
Owner

Add .../records/<recordId> path to directly get the record with recordId and also perform various actions on it.

  • DELETE .../records/recId123 - deletes record with ID recId123
  • PATCH .../records/recId123 - patches record with ID recId123
  • GET .../records/recId123 - gets record with ID recId123

and so on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant