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
schema:
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:
200:
description: The login token an unauthenticated client can use to log in as the requesting user.