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
A user of this app should be able to create a survey.
The creator should be able to POST /surveys with
POST /surveys
{ "team": "string" }
and get the "participant URL" back, which will take a participant to the survey page to start sending responses.
The server needs to do some stuff when the API gets hit.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A user of this app should be able to create a survey.
API
The creator should be able to
POST /surveys
with
and get the "participant URL" back, which will take a participant to the survey page to start sending responses.
Service
The server needs to do some stuff when the API gets hit.
The text was updated successfully, but these errors were encountered: