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

post put ownerProfileInfo #2

Merged
merged 2 commits into from
Sep 4, 2023

Conversation

gthampi
Copy link
Contributor

@gthampi gthampi commented Aug 31, 2023

APIs to POST PUT OwnerProfileInfo.

(PUT only updates & doesn't upsert. As per HTTP specifications, ideally it should check if the resource exists, if so, insert, and if not, update. https://stackoverflow.com/questions/18470588/in-rest-is-post-or-put-best-suited-for-upsert-operation)

@gthampi gthampi marked this pull request as ready for review August 31, 2023 22:16
@adityabaravkar adityabaravkar merged commit 8260569 into infinite-options:master Sep 4, 2023
@adityabaravkar adityabaravkar linked an issue Sep 5, 2023 that may be closed by this pull request
4 tasks
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 this pull request may close these issues.

Add /ownerProfile
2 participants