Skip to content

Commit 159c5d1

Browse files
authored
docs (spe): update unlock API url
Update the API URL for unlocking a SharePoint Embedded container.
1 parent 2446c1c commit 159c5d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ When delegated permissions are used, only members in the `owner` role can call t
2929
## HTTP request
3030

3131
``` http
32-
POST /storageContainers/{containerId}/unlock
32+
POST /storage/fileStorage/containers/{containerId}/unlock
3333
```
3434

3535
## Request headers
@@ -51,7 +51,7 @@ If successful, this method returns a `204 No Content` response code.
5151
The following example shows how to unlock a **fileStorageContainer**.
5252

5353
``` http
54-
POST https://graph.microsoft.com/beta/storageContainers/b!ISJs1WRro0y0EWgkUYcktDa0mE8zSlFEqFzqRn70Zwp1CEtDEBZgQICPkRbil_5Z/unlock
54+
POST https://graph.microsoft.com/beta/storage/fileStorage/containers/b!ISJs1WRro0y0EWgkUYcktDa0mE8zSlFEqFzqRn70Zwp1CEtDEBZgQICPkRbil_5Z/unlock
5555
```
5656

5757
### Response

0 commit comments

Comments
 (0)