-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
feat: add API contact properties update + documents + photos + avatar #3302
Conversation
@djaiss I've updated the content of this PR recently, would you like to review it please? |
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.
Outstanding work @asbiin 👍
Co-Authored-By: Regis Freyd <djaiss@users.noreply.github.com>
Co-Authored-By: Regis Freyd <djaiss@users.noreply.github.com>
Co-Authored-By: Regis Freyd <djaiss@users.noreply.github.com>
Co-Authored-By: Regis Freyd <djaiss@users.noreply.github.com>
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.
Outstanding work @asbiin +1
Thanks!
This pull request has been automatically locked since there |
Close #2716
Close #2905
Adds some api routes:
/contacts/{contact}/work
to update work informations/contacts/{contact}/food
to update food preferences/contacts/{contact}/introduction
to update the firstMet information/contacts/{contact}/avatar
to update the avatar of a contact/documents
to store a new document/documents/{document}
to destroy a document/photos
to get every photos/photos/{photo}
to get one photo/photos
to upload a photo (contact_id
required to link it to the photo)/photos/{photo}
to destroy a photo