We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Similar to #8 for location types, except that this would be a brand new feature.
GET user/types/lists
POST types/lists
PUT types/lists/{id}
DELETE types/lists/{id}
POST types/{id}/lists/{id}
DELETE types/{id}/lists/{id}
GET types/{id}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Similar to #8 for location types, except that this would be a brand new feature.
Questions
Endpoints
GET user/types/lists
- Get user's type listsPOST types/lists
– Create a listPUT types/lists/{id}
– Update a listDELETE types/lists/{id}
– Delete a listPOST types/{id}/lists/{id}
– Add type to listDELETE types/{id}/lists/{id}
– Remove type from listGET types/{id}
– For authenticated users with lists, return membership in lists.The text was updated successfully, but these errors were encountered: