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
patreon
The donation platform this link is to
Patreon
The URL of the donation platform and user
https://www.patreon.com/my_user
Add all of the donation links specified here
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
Remove all of the donation links specified here
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
An optional link to where to submit bugs or issues with the projects
https://github.com/my_user/my_project/issues
An optional link to the source code of the projects
https://github.com/my_user/my_project
An optional link to the projects’ wiki page or other relevant information
https://github.com/my_user/my_project/wiki
An optional invite link to the projects’ discord
https://discord.gg/AaBbCcDd
Responses
204
Expected response to a valid request
400
Request was invalid, see given error
object
The name of the error
invalid_input
The contents of the error
Error while parsing multipart payload
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