1
0
mirror of synced 2026-01-05 12:07:35 -05:00
Files
docs/content/rest/users/gpg-keys.md

786 B

title, shortTitle, allowTitleToDifferFromFilename, intro, versions, topics, autogenerated
title shortTitle allowTitleToDifferFromFilename intro versions topics autogenerated
REST API endpoints for GPG keys GPG keys true Use the REST API to manage GPG keys of authenticated users.
fpt ghec ghes
* * *
API
rest

About user GPG key administration

The data returned in the public_key response field is not a GPG formatted key. When a user uploads a GPG key, it is parsed and the cryptographic public key is extracted and stored. This cryptographic key is what the endpoints in this category will return. This key is not suitable for direct use in programs such as GPG.

{% data reusables.user-settings.user-api %}