Add logo_url to GitHub App manifest / Add PATCH /app endpoint #183826
Unanswered
elitan
asked this question in
Apps, API and Webhooks
Replies: 2 comments
This comment was marked as off-topic.
This comment was marked as off-topic.
|
bump |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When creating GitHub Apps via the manifest flow, there is no way to programmatically set the app's logo/avatar.
The manifest supports
name,description,url, permissions, events, etc. - but no branding.Use case
Platforms that let users create their own GitHub App (via manifest flow) for self-hosted integrations. We want the app to display our platform's logo instead of a generic identicon.
Proposed solutions (either would work)
logo_urlparameter to the manifest spec - GitHub fetches and sets the image during app creationPATCH /appendpoint to update app settings (including logo) after creationCurrently the only way to set a logo is manually through the web UI, which breaks the automated flow.
All reactions