Skip to content

Commit 05a06b5

Browse files
authored
Added another missing 'bytes'
1 parent 53483fa commit 05a06b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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**

0 commit comments

Comments
 (0)