Skip to content

Commit 2446c1c

Browse files
authored
docs (spe): update lock API url
Update the API URL for the lock operation of a SharePoint Embedded Container.
1 parent c74072b commit 2446c1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api-reference/beta/api/filestoragecontainer-lock.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Choose the permission or permissions marked as least privileged for this API. Us
3030
## HTTP request
3131

3232
``` http
33-
POST /storageContainers/{containerId}/lock
33+
POST /storage/fileStorage/containers/{containerId}/lock
3434
```
3535

3636
## Request body
@@ -57,7 +57,7 @@ If successful, this method returns a `204 No Content` response code.
5757
The following example shows how to lock a fileStorageContainer.
5858

5959
``` http
60-
POST https://graph.microsoft.com/beta/storageContainers/b!ISJs1WRro0y0EWgkUYcktDa0mE8zSlFEqFzqRn70Zwp1CEtDEBZgQICPkRbil_5Z/lock
60+
POST https://graph.microsoft.com/beta/storage/fileStorage/containers/b!ISJs1WRro0y0EWgkUYcktDa0mE8zSlFEqFzqRn70Zwp1CEtDEBZgQICPkRbil_5Z/lock
6161
6262
{
6363
"lockState": "lockedReadOnly"

0 commit comments

Comments
 (0)