Public endpoint to retrieve a previously shared attachment
Retrieves a attachment by its shared uuid
GET /api/public/shared/attachment/{uuid}
curl \
-X GET http://127.0.0.1:8080/api/public/shared/attachment/{uuid}
Response examples (200)
{"description"=>"string", "file"=>"@file", "filename"=>"string", "input_stream"=>{}, "open"=>true, "readable"=>true, "uri"=>"https://example.com", "url"=>"string"}