Bulk-edit multiple projects
PATCH /projects
Authorizations
Parameters
Query Parameters
["AABBCCDD", "EEFFGGHH"]The IDs and/or slugs of the projects
Request Body
Fields to edit on all projects specified
object
Set all of the categories to the categories specified here
Add all of the categories specified here
Remove all of the categories specified here
Set all of the additional categories to the categories specified here
Add all of the additional categories specified here
Remove all of the additional categories specified here
Set all of the donation links to the donation links specified here
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_userAdd all of the donation links specified here
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_userRemove all of the donation links specified here
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_userAn optional link to where to submit bugs or issues with the projects
https://github.com/my_user/my_project/issuesAn optional link to the source code of the projects
https://github.com/my_user/my_projectAn optional link to the projects’ wiki page or other relevant information
https://github.com/my_user/my_project/wikiAn optional invite link to the projects’ discord
https://discord.gg/AaBbCcDdResponses
204
Expected response to a valid request
400
Request was invalid, see given error
object
The name of the error
invalid_inputThe contents of the error
Error while parsing multipart payload401
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 Credentials