Update name and/or SKU of the specific presentation. URL:
https://orbitvu.co/api/v1/presentations/<id>/update.json|.xml]
      
      
        Click to copy
      
    
Returns:
      200 - some fields have been updated
      404 - no presentation found
      400 - missing SKU or name, at least one is required
Example:
    curl -i -X PATCH "https://orbitvu.co/api/v1/presentations/<PRESENTATION ID>/update.json" -H "Authorization: token <PUT YOUR TOKEN HERE>"  -d name="<NEW NAME>" -d sku="<NEW SKU>"
      
      
        Click to copy