PUT   repository_profiles/{id}

Updates the repository profile.

URL Parameters

NameDescription
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"
}"
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.