Description: Promotes the secondary key to be the primary key for the repository.
Since: 7.19
Security: Requires a valid admin user
Usage: POST /api/v2/repositories/<repo-name>/keyPairs/promote
Sample Usage:
curl -X POST -uadmin:password "http://localhost:8080/artifactory/api/v2/repositories/debian-local/keyPairs/promote"