Add a comment on a brand-uploaded deal asset
Adds a comment thread message on a brand-uploaded deal asset (title_and_description_documents_mappings.id) surfaced inside the folder’s job.assets_files[] list. Unlike file-slot comments, deal assets are static brand uploads with no version history (no active_version_id). Accessible by athlete, brand, or agent. Agent must supply athlete_id in the body. Sends a notification to the other party. Notification type: deal-folder-comment (see DealFolderNotificationType); the in-app row carries folder_id but file_id is NULL (no DealFolderFile in scope).
Authorizations
JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.
Path Parameters
Deal folder ID.
12
title_and_description_documents_mappings.id of the deal asset.
77