Returns an url to share the file.
GET
https://api.awork.com/api/v1/comments/:commentId/files/:fileId/shareurl
Returns a url to share the file.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
OR
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
commentIdstringRequired
format: "uuid"
The id of the comment.
fileIdstringRequired
format: "uuid"
The id of the file.
Response
OK