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"
}"
NameType Required Description
nameStringYes

The repository profile name.

typeStringYes

The repository type. Valid values: "github", "http", "bitbucket", "azure".

urlStringYes

The repository url.

usernameStringNo

The repository username.

authorizationStringNo

The repository authorization data.