Last modified November 7, 2024

manageDownloadNotes

This function allows you to modify the notes on Download Objects.
Parameter name Type Description Possible values Example
downloads List [] Returns a list of all available download objects. To view the parameters returned by this function, click on Download Object.  
notes String Notes for the download.    
_id String REQUIRED The Download Object ID.   _id=5f7bdce1ae2dfb28835cb4e2

Example Call JETAPI

jetbackup5api -F manageDownloadNotes -D "_id={$DOWNLOAD_OBJECT_ID}&notes='testnote'"
success: 1
message: Download updated successfully
system:
      version: 5.3.3
      version_panel: 5.3.3
      tier: EDGE
      type: cPanel
      retry_ms: 0
      disableui:
      dr:
      agreement_panel:
      agreement:
      licenseIssue:
data:

Example Call HTTP

https://hostname.example.com:2087/cpsess##########/cgi/addons/jetbackup5/api.cgi??function=manageDownloadNotes&_id=5f7bdce1ae2dfb28835cb4e2&notes="testnote"