curl -X POST \ 'https://api.chartbrew.com/project/123/chart/456/share/policy' \ -H 'Authorization: Bearer YOUR_API_TOKEN' \ -H 'Content-Type: application/json'
{ "id": 2, "entity_type": "Chart", "entity_id": 456, "visibility": "private", "params": [], "allow_params": false, "password": null, "createdAt": "2024-01-15T10:30:00.000Z", "updatedAt": "2024-01-15T10:30:00.000Z" }
Create a share policy for a chart to enable secure embedding with signed URLs
public
private
password
disabled
Show Parameter Object