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'