PUT /providers/Microsoft.Web/sourcecontrols/{sourceControlType}/?api-version=2023-01-01
Description for Updates source control token
Servers
- https://management.azure.com/
Path parameters
Name | Type | Required | Description |
---|---|---|---|
sourceControlType |
String | Yes |
Type of source control |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
id |
String | No |
Resource Id. |
name |
String | No |
Resource Name. |
properties |
Object | No |
SourceControl resource specific properties |
properties.refreshToken |
String | No |
OAuth refresh token. |
properties.token |
String | No |
OAuth access token. |
properties.tokenSecret |
String | No |
OAuth access token secret. |
properties.expirationTime |
String | No |
OAuth token expiration. |
type |
String | No |
Resource type. |
kind |
String | No |
Kind of resource. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.