Skip to content

Commit

Permalink
wip: account systems
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie authored May 13, 2024
1 parent 81bdbc3 commit e56dcf9
Show file tree
Hide file tree
Showing 9 changed files with 596 additions and 252 deletions.
20 changes: 20 additions & 0 deletions api/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,26 @@ paths:
schema:
$ref: "./schemas/error.yml#/components/schemas/Error"

/accounts/{accountId}/token:
get:
summary: Gets a token for an account
operationId: getAccountToken
parameters:
- $ref: "#/components/parameters/accountId"
responses:
200:
description: Successful
content:
application/json:
schema:
$ref: "#/components/schemas/JWTToken"
default:
description: An error occurred
content:
application/json:
schema:
$ref: "./schemas/error.yml#/components/schemas/Error"

/teams:
get:
summary: List all teams
Expand Down
Loading

0 comments on commit e56dcf9

Please sign in to comment.