diff --git a/openapi.json b/openapi.json index 4c4464c4..b037b7c4 100644 --- a/openapi.json +++ b/openapi.json @@ -12039,6 +12039,11 @@ "type": "string", "description": "", "default": "" + }, + "workspace": { + "type": "string", + "description": "", + "default": "" } }, "required": [ diff --git a/types/api.d.ts b/types/api.d.ts index 4afa7699..8579e8e0 100644 --- a/types/api.d.ts +++ b/types/api.d.ts @@ -5598,6 +5598,8 @@ export interface operations { version?: string /** @default */ release?: string + /** @default */ + workspace?: string }> } }