access endpoint tweaks (#834)

This commit is contained in:
Michael Quigley
2025-02-03 17:09:42 -05:00
parent 0fc139e6d9
commit 0a8c5f2054
23 changed files with 631 additions and 123 deletions

View File

@@ -1006,12 +1006,20 @@ paths:
- name: body
in: body
schema:
$ref: "#/definitions/accessRequest"
properties:
envZId:
type: string
shrToken:
type: string
responses:
201:
description: access created
schema:
$ref: "#/definitions/accessResponse"
properties:
frontendToken:
type: string
backendMode:
type: string
401:
description: unauthorized
404:
@@ -1118,21 +1126,6 @@ paths:
$ref: "#/definitions/errorMessage"
definitions:
accessRequest:
type: object
properties:
envZId:
type: string
shrToken:
type: string
accessResponse:
type: object
properties:
frontendToken:
type: string
backendMode:
type: string
authUser:
type: object