Skip to content

Commit 6db1a86

Browse files
committed
openapi spec
1 parent 0fde47c commit 6db1a86

2 files changed

Lines changed: 1190 additions & 1283 deletions

File tree

spec/openapi.dashboard-api.yaml

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,6 @@ components:
121121
description: Team slug to resolve.
122122
schema:
123123
type: string
124-
templateID:
125-
name: templateID
126-
in: path
127-
required: true
128-
description: Identifier of the template.
129-
schema:
130-
type: string
131124
templates_limit:
132125
name: limit
133126
in: query
@@ -1330,34 +1323,6 @@ paths:
13301323
"500":
13311324
$ref: "#/components/responses/500"
13321325

1333-
/templates/{templateID}:
1334-
get:
1335-
summary: Get a single team template
1336-
description: Returns a single template owned by the team (or a default template, unless the team is on a dedicated cluster).
1337-
tags: [templates]
1338-
security:
1339-
- Supabase1TokenAuth: []
1340-
Supabase2TeamAuth: []
1341-
- AuthProviderBearerAuth: []
1342-
AuthProviderTeamAuth: []
1343-
parameters:
1344-
- $ref: "#/components/parameters/templateID"
1345-
responses:
1346-
"200":
1347-
description: Successfully returned the template.
1348-
content:
1349-
application/json:
1350-
schema:
1351-
$ref: "#/components/schemas/TeamTemplate"
1352-
"401":
1353-
$ref: "#/components/responses/401"
1354-
"403":
1355-
$ref: "#/components/responses/403"
1356-
"404":
1357-
$ref: "#/components/responses/404"
1358-
"500":
1359-
$ref: "#/components/responses/500"
1360-
13611326
/templates/defaults:
13621327
get:
13631328
summary: List default templates

0 commit comments

Comments
 (0)