Skip to content

Commit 85c1d83

Browse files
committed
api/data/v9.2
1 parent 3f99d91 commit 85c1d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/developer/data-platform/background-operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ When you send a request to be processed in the background, the response includes
180180
> |URL |Example|
181181
> |---------|---------|
182182
> |Status Monitor Resource|`[Organization URI]/api/backgroundoperation/<backgroundoperationid value>`|
183-
> |`backgroundoperation` EntityType resource|`[Organization URI]/api/data/v9.0/backgroundoperations(<backgroundoperationid value>)`|
183+
> |`backgroundoperation` EntityType resource|`[Organization URI]/api/data/v9.2/backgroundoperations(<backgroundoperationid value>)`|
184184
185185
The status monitor resource isn't part of the Dataverse Web API. Notice that the URL doesn't contain `/data/v9.2/`. This resource supports only `GET` and `DELETE` operations and doesn't have the same behaviors as the Web API `backgroundoperation` EntityType resource. You can use this URL to poll and cancel background operations. More information:
186186

0 commit comments

Comments
 (0)