PUT repository_profiles/{id}
Updates the repository profile.
URL Parameters
Name | Description |
---|---|
id | Repository profile id. |
Request example and description
curl --request PUT "https://api-asm1.apica.io/v3/repository_profiles/{id}?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E" --header "Content-Type: application/json" --data-raw "{ \"name\": \"sample string 1\", \"type\": \"\", \"url\": \"sample string 2\", \"username\": \"sample string 3\", \"authorization\": \"sample string 4\" }"
Name | Type | Required | Description |
---|---|---|---|
name | String | Yes |
The repository profile name. |
type | String | Yes |
The repository type. Valid values: "github", "http", "bitbucket", "azure". |
url | String | Yes |
The repository url. |
username | String | No |
The repository username. |
authorization | String | No |
The repository authorization data. |