POST repository_profiles
Adds the repository profile.
Request example and description
curl --request POST "https://api-asm1.apica.io/v3/repository_profiles?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", "gitlab". |
| url | String | Yes |
The repository url. |
| username | String | No |
The repository username. |
| authorization | String | No |
The repository authorization data. |