cURL
curl --request POST \ --url https://stashy.example.com/api/v1/files/{id}/publish \ --header 'Authorization: Bearer <token>'
{}
Make a file publicly accessible.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
The response is of type PublishFileResponse · object.
PublishFileResponse · object