Skip to content

Instantly share code, notes, and snippets.

@EDDYMENS
Last active March 20, 2023 07:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EDDYMENS/5e244b54440dadbf4a48afa113da5613 to your computer and use it in GitHub Desktop.
Save EDDYMENS/5e244b54440dadbf4a48afa113da5613 to your computer and use it in GitHub Desktop.
{
"openapi": "3.0.1",
"info": {
"title": "Questionnaire Links API",
"description": "The questionnaire link API.\n",
"version": "1.0.0"
},
"/questionnaire-links": {
"get": {
"tags": [
"Questionnaires"
],
"summary": "Retrieve a questionnaire link",
"description": "Each questionnaire link points to a specific rendered questionnaire. The link will expire after a set amount of time.",
"responses": {
"200": {
"description": "OK",
"content": null
},
"400": {
"description": "Bad Request",
"content": {}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment