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
> POST /v1/recipes HTTP/1.1 > Authorization: valid token > > { > "name": "Test recipe", > "description": "This is my test recipe", < "creation_source": "iOS", > "temperature": 100, > "unit": "F", > "time": 120, > "image_small": "small", > "image_medium": "medium", > "image_hero": "hero", > "servings": 2, > "serving_size": "a buttload", > "preparation_time": 123 > }
The above request works despite the following line: < "creation_source": "iOS",
< "creation_source": "iOS",
This line starts with a < when all other lines in the request start with a >
<
>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The above request works despite the following line:
< "creation_source": "iOS",
This line starts with a
<
when all other lines in the request start with a>
The text was updated successfully, but these errors were encountered: