You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: webapp/src/service/apiSchema.generated.ts
+52Lines changed: 52 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -513,6 +513,10 @@ export interface paths {
513
513
/** Returns all apps registered in the project's organization, each annotated with whether it is enabled for this project. Requires project.edit: it discloses the organization's whole app inventory, including apps not enabled for this project. */
514
514
get: operations["list_11"];
515
515
};
516
+
"/v2/projects/{projectId}/apps/enabled": {
517
+
/** Returns only the apps enabled for this project, which every project member needs to render their dashboard pages. Discloses nothing about the organization's other apps. */
518
+
get: operations["listEnabled"];
519
+
};
516
520
"/v2/projects/{projectId}/apps/{installId}": {
517
521
/** Enables the given app install for this project. Idempotent. */
/** Returns only the apps enabled for this project, which every project member needs to render their dashboard pages. Discloses nothing about the organization's other apps. */
0 commit comments