Last active
March 20, 2023 07:51
-
-
Save EDDYMENS/5e244b54440dadbf4a48afa113da5613 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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