c0991d96d9
Co-authored-by: Michael Hoennig <michael@hoennig.de> Reviewed-on: https://dev.hostsharing.net/hostsharing/hs.hsadmin.ng/pulls/194 Reviewed-by: Marc Sandlus <marc.sandlus@hostsharing.net>
24 lines
726 B
YAML
24 lines
726 B
YAML
post:
|
|
tags:
|
|
- credentials
|
|
description: 'Is called when credentials got used for a login.'
|
|
operationId: credentialsUsed
|
|
parameters:
|
|
- name: credentialsUuid
|
|
in: path
|
|
required: true
|
|
schema:
|
|
type: string
|
|
format: uuid
|
|
responses:
|
|
"200":
|
|
description: OK
|
|
content:
|
|
'application/json':
|
|
schema:
|
|
$ref: 'credentials-schemas.yaml#/components/schemas/Credentials'
|
|
"401":
|
|
$ref: 'error-responses.yaml#/components/responses/Unauthorized'
|
|
"403":
|
|
$ref: 'error-responses.yaml#/components/responses/Forbidden'
|