Skip to content

Commit 101bc38

Browse files
authored
Fix missing double quotes
1 parent 554ae92 commit 101bc38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/embedded/concepts/app-concepts/register-api-documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Register File Storage container Type Application Permissions
33
description: Register the container type.
4-
ms.date: 05/21/2024
4+
ms.date: 01/28/2025
55
ms.localizationpriority: high
66
---
77

@@ -124,7 +124,7 @@ Content-Type: application/json
124124
},
125125
{
126126
"appId": "89ea5c94-7736-4e25-95ad-3fa95f62b6",
127-
"delegated": [read", "write"],
127+
"delegated": ["read", "write"],
128128
"appOnly": ["none"]
129129
}
130130
]

0 commit comments

Comments
 (0)