-
Notifications
You must be signed in to change notification settings - Fork 133
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
Add support for creating Entity via API #2683
Conversation
67a1d0f
to
e476168
Compare
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.
@kelvin-muchiri What happens if you create the exact same entity twice - specifically when the UUID is from the client side vs when the UUID is missing?
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.
I will add the UUID to be unique per Entity List
521bd50
to
ad27fb3
Compare
@kelvin-muchiri this has been implemented and is working as expected |
ad27fb3
to
c2ec79c
Compare
c2ec79c
to
5f52d54
Compare
Changes / Features implemented
Add support for creating Entity via API:
POST /api/v2/entity-lists/<id>/entities
Steps taken to verify this change does what is intended
Before submitting this PR for review, please make sure you have: