Copy/paste auth dict definition

This commit is contained in:
Travis Ralston 2023-05-19 12:34:37 -06:00
parent 8248da413c
commit 224cd36161

View file

@ -295,7 +295,12 @@ paths:
required: true required: true
schema: schema:
type: object type: object
description: An empty JSON object. properties:
auth:
description: |-
Additional authentication information for the user-interactive authentication API.
allOf:
- $ref: "definitions/auth_data.yaml"
responses: responses:
200: 200:
description: The login token an unauthenticated client can use to log in as the requesting user. description: The login token an unauthenticated client can use to log in as the requesting user.