cleaning and formatting, adding error names

This commit is contained in:
Luke Hagar
2024-09-09 18:40:53 +00:00
parent b0cac052b4
commit cf7b58ff07
12 changed files with 8 additions and 34 deletions

View File

@@ -16,7 +16,6 @@ get:
- server://client-identifier
- provider://provider-identifier
required: true
responses:
"200":
description: Source Connection Information

View File

@@ -1,7 +1,7 @@
get:
tags:
- Authentication
summary: Get a Transient Token.
summary: Get a Transient Token
description: |
This endpoint provides the caller with a temporary token with the same access level as the caller's token. These tokens are valid for up to 48 hours and are destroyed if the server instance is restarted.
operationId: getTransientToken