jasonnitta
9 years agoGuide
Custom Endpoint: CRUD with API v2 Support?
Is there CRUD support with API V2 in custom endpoints? I get that you can do a LiQL search using API v2, but can you also use API V2 to create, update, and/or delete? Specifically I would like to reproduce the HTTP PUT request in the endpoint to update a user's profile data:
This would help me condense external API calls when updating user information. Thanks!