Skip to content

Commit d82b86b

Browse files
authored
Merge pull request #9433 from jaloplo/main
Fix Graph API URL for SPE lock and unlock endpoints in documentation
2 parents 58e554e + 159c5d1 commit d82b86b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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"

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)