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
On MLTSHP.com you can create a new shake by setting a title, description, and URL. This functionality is not available in the API.
The text was updated successfully, but these errors were encountered:
Suggestion: Add the following endpoint:
POST /api/shake
Creates a new shake as the authorized user.
Note that name in this case refers to the URL path to the shake. e.g., for https://mltshp.com/weloveamberandandre the pathname is weloveamberandandre.
Form Parameters
Status Codes 201 Created – the shake was created, and the response body is an abbreviated shake representing it, containing only id, name, and url
Sorry, something went wrong.
No branches or pull requests
On MLTSHP.com you can create a new shake by setting a title, description, and URL. This functionality is not available in the API.
The text was updated successfully, but these errors were encountered: