{
"Action": "CreateArtifactRepository",
"ProjectId": 450,
"AccessLevel": 1,
"AllowProxy": false,
"RepositoryName": "api_created",
"Type": 1
}
curl --location -g --request POST 'https://.coding.net/open-api?Action=CreateArtifactRepository' \
--header 'AccessToken;' \
--header 'Action;' \
--header 'Content-Type: application/json' \
--data-raw '{
"Action": "CreateArtifactRepository",
"ProjectId": 450,
"AccessLevel": 1,
"AllowProxy": false,
"RepositoryName": "api_created",
"Type": 1
}'{
"Response": {
"Id": 0,
"RequestId": "string"
}
}