Skip to content

Commit 1fdb996

Browse files
authored
feat: repo selection, edit task title and description (#5)
1 parent c2a2c03 commit 1fdb996

File tree

13 files changed

+3654
-26
lines changed

13 files changed

+3654
-26
lines changed

scripts/update-openapi-client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const INCLUDED_ENDPOINT_PREFIXES = [
1212
"/api/projects/{project_id}/tasks",
1313
"/api/projects/{project_id}/workflows",
1414
"/api/users/",
15+
"/api/environments/",
1516
];
1617

1718
async function fetchSchema() {

0 commit comments

Comments
 (0)