Fix typo's

This commit is contained in:
Ronald Moesbergen 2019-02-14 11:58:29 +01:00
parent 8abf95063c
commit 29bda6c00d
1 changed files with 2 additions and 2 deletions

View File

@ -682,8 +682,8 @@ class Certificates(AuthenticatedResource):
:reqheader Authorization: OAuth token to authenticate
:statuscode 204: no error
:statuscode 403: unauthenticated
:statusoode 404: certificate not found
:statusoode 405: certificate deletion is disabled
:statuscode 404: certificate not found
:statuscode 405: certificate deletion is disabled
"""
if not current_app.config.get('ALLOW_CERT_DELETION', False):