22
33All URIs are relative to * https://api.lab5e.com *
44
5- Method | HTTP request | Description
6- ------------- | ------------- | -------------
7- [ ** deleteBlob** ] ( BlobsApi.md#deleteBlob ) | ** DELETE** /span/collections/{collectionId}/blobs/{blobId} | Remove a blob stored on a collection
8- [ ** listBlobs** ] ( BlobsApi.md#listBlobs ) | ** GET** /span/collections/{collectionId}/blobs | List the blobs for a collection
5+ | Method | HTTP request | Description |
6+ | ------------- | ------------- | -------------|
7+ | [ ** deleteBlob** ] ( BlobsApi.md#deleteBlob ) | ** DELETE** /span/collections/{collectionId}/blobs/{blobId} | Remove a blob stored on a collection |
8+ | [ ** listBlobs** ] ( BlobsApi.md#listBlobs ) | ** GET** /span/collections/{collectionId}/blobs | List the blobs for a collection |
99
1010
1111<a name =" deleteBlob " ></a >
@@ -56,10 +56,10 @@ public class Example {
5656
5757### Parameters
5858
59- Name | Type | Description | Notes
60- ------------- | ------------- | ------------- | -------------
61- ** collectionId** | ** String** | |
62- ** blobId** | ** String** | |
59+ | Name | Type | Description | Notes |
60+ | ------------- | ------------- | ------------- | -------------|
61+ | ** collectionId** | ** String** | | |
62+ | ** blobId** | ** String** | | |
6363
6464### Return type
6565
@@ -77,14 +77,14 @@ Name | Type | Description | Notes
7777### HTTP response details
7878| Status code | Description | Response headers |
7979| -------------| -------------| ------------------|
80- ** 200** | A successful response. | - |
81- ** 201** | It' ; s created. | - |
82- ** 400** | The request has an error. | - |
83- ** 401** | You can' ; t touch this | - |
84- ** 404** | Couldn' ; t find the resource. | - |
85- ** 409** | There' ; s a resource conflict here. | - |
86- ** 500** | I' ; m sorry. We are broken | - |
87- ** 0** | An unexpected error response. | - |
80+ | ** 200** | A successful response. | - |
81+ | ** 201** | It' ; s created. | - |
82+ | ** 400** | The request has an error. | - |
83+ | ** 401** | You can' ; t touch this | - |
84+ | ** 404** | Couldn' ; t find the resource. | - |
85+ | ** 409** | There' ; s a resource conflict here. | - |
86+ | ** 500** | I' ; m sorry. We are broken | - |
87+ | ** 0** | An unexpected error response. | - |
8888
8989<a name =" listBlobs " ></a >
9090# ** listBlobs**
@@ -134,10 +134,10 @@ public class Example {
134134
135135### Parameters
136136
137- Name | Type | Description | Notes
138- ------------- | ------------- | ------------- | -------------
139- ** collectionId** | ** String** | |
140- ** limit** | ** Integer** | | [ optional]
137+ | Name | Type | Description | Notes |
138+ | ------------- | ------------- | ------------- | -------------|
139+ | ** collectionId** | ** String** | | |
140+ | ** limit** | ** Integer** | | [ optional] |
141141
142142### Return type
143143
@@ -155,12 +155,12 @@ Name | Type | Description | Notes
155155### HTTP response details
156156| Status code | Description | Response headers |
157157| -------------| -------------| ------------------|
158- ** 200** | A successful response. | - |
159- ** 201** | It' ; s created. | - |
160- ** 400** | The request has an error. | - |
161- ** 401** | You can' ; t touch this | - |
162- ** 404** | Couldn' ; t find the resource. | - |
163- ** 409** | There' ; s a resource conflict here. | - |
164- ** 500** | I' ; m sorry. We are broken | - |
165- ** 0** | An unexpected error response. | - |
158+ | ** 200** | A successful response. | - |
159+ | ** 201** | It' ; s created. | - |
160+ | ** 400** | The request has an error. | - |
161+ | ** 401** | You can' ; t touch this | - |
162+ | ** 404** | Couldn' ; t find the resource. | - |
163+ | ** 409** | There' ; s a resource conflict here. | - |
164+ | ** 500** | I' ; m sorry. We are broken | - |
165+ | ** 0** | An unexpected error response. | - |
166166
0 commit comments