Skip to content

Commit 8116daa

Browse files
authored
Merge pull request MicrosoftDocs#1495 from Kopiczek/patch-1
Fix the Content-Range header
2 parents a704546 + 05a06b5 commit 8116daa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

powerapps-docs/developer/common-data-service/file-attributes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "File attributes (Common Data Service) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "Learn about File attributes that store file data within the application, supporting attributes, retrieving data, and uploading file data." # 115-145 characters including spaces. This abstract displays in the search result.
44
ms.custom: ""
5-
ms.date: 05/08/2020
5+
ms.date: 06/17/2020
66
ms.reviewer: "pehecke"
77
ms.service: powerapps
88
ms.topic: "article"
@@ -63,7 +63,7 @@ Messages such as <xref:Microsoft.Xrm.Sdk.Messages.RetrieveRequest> and <xref:Mic
6363
```http
6464
GET [Organization URI]/api/data/v9.1/accounts(id)/myfileattribute/$value
6565
Headers:
66-
Range: 0-1023/8192
66+
Range: bytes=0-1023/8192
6767
```
6868

6969
**Response**
@@ -166,7 +166,7 @@ Location: api/data/v9.1/accounts(id)/myfileattribute?FileContinuationToken
166166
PATCH [Organization URI]/api/data/v9.1/accounts(id)/myfileattribute?FileContinuationToken
167167
168168
Headers:
169-
Content-Range: 0-4095/8192
169+
Content-Range: bytes 0-4095/8192
170170
Content-Type: application/octet-stream
171171
x-ms-file-name: sample.png
172172

0 commit comments

Comments
 (0)