RefreshChangesFromGit Action
Check if there are component updates that could be pulled to your environment
Example
The following example shows using the RefreshChangesFromGit
action.
Important
The environment must be configured for Git integration as described in Dataverse Git integration setup.
Request
POST [Organization Uri]/api/data/v9.2/RefreshChangesFromGit
OData-Version: 4.0
If-None-Match: null
Accept: application/json
Content-Type: application/json
{
"SolutionUniqueName": "MySolutionUniqueName"
}
Response
HTTP/1.1 204 NoContent
OData-Version: 4.0
Parameters
Parameters allow for data to be passed to the action.
Name | Type | Nullable | Unicode | Description |
---|---|---|---|---|
SolutionUniqueName
|
Edm.String | False | False | The solution unique name of the solution containing the components you seek to fetch updates from ADO for. |