Skip to content

Commit 2554fca

Browse files
committed
replace attachment_id with blob_id
Signed-off-by: steve lasker <stevenlasker@hotmail.com>
1 parent 5e98379 commit 2554fca

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • content/developers/api-reference/attachments-api

content/developers/api-reference/attachments-api/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@ The DataTrails platform evaluates `"arc_attribute_type": "arc_attachment"` to re
165165
166166
```bash
167167
curl -H "@$HOME/.datatrails/bearer-token.txt" \
168-
https://app.datatrails.ai/archivist/v2/attachments/$ASSET_ID/$ATTACHMENT_ID
168+
--output $BLOB_FILE
169+
https://app.datatrails.ai/archivist/v2/attachments/$ASSET_ID/$BLOB_ID
169170
```
170171
171172
### Retrieve a Specific Attachment on an Event

0 commit comments

Comments
 (0)