@vrplatform/api 1.3.1-4459 → 1.3.1-4464
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3717,7 +3717,7 @@ export interface paths {
|
|
|
3717
3717
|
/** @description Update the current team (singleton: the team in scope via the x-team-id header) */
|
|
3718
3718
|
put: operations["putTeam"];
|
|
3719
3719
|
post?: never;
|
|
3720
|
-
/** @description
|
|
3720
|
+
/** @description Queue deletion of the current team selected by x-team-id. Requires confirm=true and an authenticated active VRPlatform member; API-key callers and ordinary tenant users cannot delete the current team. */
|
|
3721
3721
|
delete: operations["deleteTeam"];
|
|
3722
3722
|
options?: never;
|
|
3723
3723
|
head?: never;
|