This version of GitHub Enterprise will be discontinued on This version of GitHub Enterprise was discontinued on 2020-08-20. No patch releases will be made, even for critical security issues. For better performance, improved security, and new features, upgrade to the latest version of GitHub Enterprise. For help with the upgrade, contact GitHub Enterprise support.

Article version: Enterprise Server 2.18

Emojis

Get emojis

Lists all the emojis available to use on GitHub Enterprise.

get /emojis

Parameters

Name Type In Description
accept string header

Setting to application/vnd.github.v3+json is recommended

Code samples

Shell
curl \
  -H "Accept: application/vnd.github.v3+json" \
  https://{hostname}/emojis
JavaScript (@octokit/core.js)
await octokit.request('GET /emojis')

Response

Status: 200 OK

Notes


Ask a human

Can't find what you're looking for?

Contact us