diff options
author | David Mehren | 2020-11-27 18:31:19 +0100 |
---|---|---|
committer | GitHub | 2020-11-27 18:31:19 +0100 |
commit | 61f54db63eea7e590cd751d4878d1c445c7f9cf8 (patch) | |
tree | be3a61e1aa170556c7370b45e1792a0ba0dbbd52 /docs/dev/openapi.yml | |
parent | 07f72adc548ab8b30c4dbcc948f7cf166fdcf0db (diff) | |
parent | 97312b5ed3db8e5967184fc2f693a47dcba091f5 (diff) |
Merge pull request #596 from hedgedoc/remove-pdf-export-code
Remove pdf export code
Diffstat (limited to '')
-rw-r--r-- | docs/dev/openapi.yml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/docs/dev/openapi.yml b/docs/dev/openapi.yml index aafaddc3..77d7e9de 100644 --- a/docs/dev/openapi.yml +++ b/docs/dev/openapi.yml @@ -89,29 +89,6 @@ paths: 'text/plain': example: my-note - /{note}/pdf: - get: - tags: - - note - summary: Returns a generated pdf version of the note. - description: 'If pdf-support is disabled, a HTTP 403 will be returned.<br>_Please note: Currently pdf export is disabled generally because of a security problem with it._' - responses: - 200: - description: The generated pdf version of the note - content: - 'application/pdf': - example: binary - 404: - description: Note does not exist - parameters: - - name: note - in: path - required: true - description: The note which should be exported as pdf - content: - 'text/plain': - example: my-note - /{note}/publish: get: tags: |