Description: Sets the GPG keys for the repository.
Since: 7.19
Security: Requires a valid admin user
Usage: POST /artifactory/api/v2/repositories/<repo-name>/keyPairs
Sample Usage:
curl -X POST -uadmin:password "https://[JFrogPlatformURL]/artifactory/api/v2/repositories/debian-local/keyPairs" --data-binary 'key-name' --header 'Content-Type: text/plain'