Hi all,
I'm struggling to work out how to attach a URL to a row. In the API doc I can see the request URL, but I can't find an example of the request body. I'd prefer to use cURL, alternatively python.
I would expect something like this
URL: https://api.smartsheet.com/2.0/sheets/{sheetId}/rows/{rowId}/attachments
-H "Authorization: Bearer XXXXXXXX" \
-H "Content-Type: application/json" \
Body: {rowid: "attachmenttype": LINK, "name": 'url name', "url": 'url'}
Any help is appreciated.
Thanks