feat: Implement apikeys/<id> endpoint from swagger spec. (#864)

This commit is contained in:
jbe-dw
2021-01-16 20:49:41 +01:00
committed by GitHub
parent 718b41e3d1
commit 54b257768f
2 changed files with 19 additions and 0 deletions

View File

@@ -905,6 +905,8 @@ paths:
description: OK.
schema:
$ref: '#/definitions/ApiKey'
'403':
description: 'The authenticated user has User role and is not allowed on any of the domains assigned to the key'
'404':
description: 'Not found. The ApiKey with the specified apikey_id does not exist'
schema: