You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -206,7 +206,7 @@ The following sections describe the core blob-related API endpoints and their fu
206
206
207
207
You can attach blobs to devices. The following image shows the Swagger reference documentation for your Management APIs. It specifies device-related API endpoints for blob consumption and any required path parameters to pass into them.
For example, to update or create a blob and attach the blob to a device, make an authenticated HTTP PATCH request to:
212
212
@@ -224,7 +224,7 @@ Successful requests return a JSON object as [described earlier](#blobModel).
224
224
225
225
You can also attach blobs to spaces. The following image lists all space API endpoints responsible for handling blobs. It also lists any path parameters to pass into those endpoints.
For example, to return a blob attached to a space, make an authenticated HTTP GET request to:
230
230
@@ -244,7 +244,7 @@ A PATCH request to the same endpoint updates metadata descriptions and creates v
244
244
245
245
You can attach blobs to user models (for example, to associate a profile picture). The following image shows relevant user API endpoints and any required path parameters, like `id`:
0 commit comments