Skip to content
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

Change postAnswer path to include the problem id #30

Merged
merged 1 commit into from
Mar 17, 2014

Conversation

dinoboff
Copy link
Contributor

No description provided.

@@ -69,13 +69,14 @@ exports.findById = {
exports.postAnswer = {
spec: {
description: 'Operations about problems',
path: '/problems/questions/{questionId}/answer',
path: '/problems/{problemId}/questions/{questionId}/answer',
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would help with gae implementation of the api.

dinoboff added a commit that referenced this pull request Mar 17, 2014
Change postAnswer path to include the problem id
@dinoboff dinoboff merged commit e7339a6 into ChrisBoesch:master Mar 17, 2014
@dinoboff dinoboff deleted the api-base branch March 17, 2014 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant