Modify a project
PATCH /project/{id|slug}
Authorizations
Parameters
Path Parameters
[ "AABBCCDD", "my_project"]The ID or slug of the project
Request Body
Modified project fields
object
The slug of a project, used for vanity URLs. Regex: ^[\w!@$()`.+,"\-']{3,64}$
my_projectThe title or name of the project
My ProjectA short description of the project
A short descriptionA list of the categories that the project has
[ "technology", "adventure", "fabric"]The client side support of the project
requiredThe server side support of the project
optionalA long form description of the project
A long body describing my project in detailThe status of the project
approvedThe requested status when submitting for review or scheduling the project for release
A list of categories which are searchable but non-primary
[ "technology", "adventure", "fabric"]An optional link to where to submit bugs or issues with the project
https://github.com/my_user/my_project/issuesAn optional link to the source code of the project
https://github.com/my_user/my_projectAn optional link to the project’s wiki page or other relevant information
https://github.com/my_user/my_project/wikiAn optional invite link to the project’s discord
https://discord.gg/AaBbCcDdA list of donation links for the project
object
The ID of the donation platform
patreonThe donation platform this link is to
PatreonThe URL of the donation platform and user
https://www.patreon.com/my_userThe SPDX license ID of a project
LGPL-3.0-or-laterThe URL to this license
The title of the moderators’ message for the project
The body of the moderators’ message for the project
Responses
204
Expected response to a valid request
401
Incorrect token scopes or no authorization to access the requested item(s)
object
The name of the error
unauthorizedThe contents of the error
Authentication Error: Invalid Authentication Credentials404
The requested item(s) were not found or no authorization to access the requested item(s)