chore(docs): Generated API Reference (#2191)

Co-authored-by: shahednasser <shahednasser@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-09-13 10:59:51 +03:00
committed by GitHub
parent 5661250049
commit 6e0258f36c
107 changed files with 413 additions and 411 deletions

View File

@@ -1,6 +1,6 @@
post:
operationId: PostAuth
summary: Authenticate a User
summary: User Login
x-authenticated: false
description: Logs a User in and authorizes them to manage Store settings.
parameters: []
@@ -53,7 +53,7 @@ post:
$ref: ../components/responses/500_error.yaml
delete:
operationId: DeleteAuth
summary: Delete Session
summary: User Logout
x-authenticated: true
description: Deletes the current session for the logged in user.
x-codeSamples:
@@ -87,7 +87,7 @@ delete:
$ref: ../components/responses/500_error.yaml
get:
operationId: GetAuth
summary: Get Session
summary: Get Current User
x-authenticated: true
description: Gets the currently logged in User.
x-codeSamples: