All URIs are relative to https://api.lab5e.com
Method | HTTP request | Description |
---|---|---|
delete_blob | DELETE /span/collections/{collectionId}/blobs/{blobId} | Remove a blob stored on a collection |
list_blobs | GET /span/collections/{collectionId}/blobs | List the blobs for a collection |
serde_json::Value delete_blob(collection_id, blob_id) Remove a blob stored on a collection
Remove a blob stored on the collection.
Name | Type | Description | Required | Notes |
---|---|---|---|---|
collection_id | String | [required] | ||
blob_id | String | [required] |
serde_json::Value
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
crate::models::ListBlobResponse list_blobs(collection_id, limit) List the blobs for a collection
Retrieve a list of all the blobs stored on this collection. Blobs are uploaded by the devices through one of the blob endpoints.
Name | Type | Description | Required | Notes |
---|---|---|---|---|
collection_id | String | [required] | ||
limit | Option<i32> |
crate::models::ListBlobResponse
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]