cURL
curl --request PUT \ --url https://api.veryfront.com/projects/{project_reference}/uploads/visibility/{path} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "visibility": "project" } '
{ "path": "<string>", "visibility": "project" }
Set or update visibility for a path (folder prefix or individual file). Creates the setting if it does not exist.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Encoded path.
project
public
private
Visibility set