From 79a7c3b5d7ece02b95527f59cc93d3f77eff171d Mon Sep 17 00:00:00 2001 From: gioelecerati <50955448+gioelecerati@users.noreply.github.com> Date: Tue, 21 May 2024 18:25:02 +0200 Subject: [PATCH] asset: payloa: remove project id from asset payload (#2188) --- packages/api/src/schema/api-schema.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/api/src/schema/api-schema.yaml b/packages/api/src/schema/api-schema.yaml index 5f541c521..d918fdfab 100644 --- a/packages/api/src/schema/api-schema.yaml +++ b/packages/api/src/schema/api-schema.yaml @@ -1304,8 +1304,6 @@ components: The name of the asset. This is not necessarily the filename - it can be a custom name or title. example: filename.mp4 - projectId: - $ref: "#/components/schemas/asset" staticMp4: type: boolean description: Whether to generate MP4s for the asset.