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_project
The title or name of the project
My Project
A short description of the project
A short description
A list of the categories that the project has
[ "technology", "adventure", "fabric"]
The client side support of the project
required
The server side support of the project
optional
A long form description of the project
A long body describing my project in detail
The status of the project
approved
The 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/issues
An optional link to the source code of the project
https://github.com/my_user/my_project
An optional link to the project’s wiki page or other relevant information
https://github.com/my_user/my_project/wiki
An optional invite link to the project’s discord
https://discord.gg/AaBbCcDd
A list of donation links for the project
object
The ID of the donation platform
patreon
The donation platform this link is to
Patreon
The URL of the donation platform and user
https://www.patreon.com/my_user
The SPDX license ID of a project
LGPL-3.0-or-later
The 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
unauthorized
The contents of the error
Authentication Error: Invalid Authentication Credentials
404
The requested item(s) were not found or no authorization to access the requested item(s)