Skip to content

Bulk-edit multiple projects

PATCH
/projects

Authorizations

Parameters

Query Parameters

ids
required
string
["AABBCCDD", "EEFFGGHH"]

The IDs and/or slugs of the projects

Request Body

Fields to edit on all projects specified

object
categories

Set all of the categories to the categories specified here

Array<string>
add_categories

Add all of the categories specified here

Array<string>
remove_categories

Remove all of the categories specified here

Array<string>
additional_categories

Set all of the additional categories to the categories specified here

Array<string>
add_additional_categories

Add all of the additional categories specified here

Array<string>
remove_additional_categories

Remove all of the additional categories specified here

Array<string>
donation_urls

Set all of the donation links to the donation links specified here

Array<object>
object
id

The ID of the donation platform

string
patreon
platform

The donation platform this link is to

string
Patreon
url

The URL of the donation platform and user

string
https://www.patreon.com/my_user
add_donation_urls

Add all of the donation links specified here

Array<object>
object
id

The ID of the donation platform

string
patreon
platform

The donation platform this link is to

string
Patreon
url

The URL of the donation platform and user

string
https://www.patreon.com/my_user
remove_donation_urls

Remove all of the donation links specified here

Array<object>
object
id

The ID of the donation platform

string
patreon
platform

The donation platform this link is to

string
Patreon
url

The URL of the donation platform and user

string
https://www.patreon.com/my_user
issues_url

An optional link to where to submit bugs or issues with the projects

string
nullable
https://github.com/my_user/my_project/issues
source_url

An optional link to the source code of the projects

string
nullable
https://github.com/my_user/my_project
wiki_url

An optional link to the projects’ wiki page or other relevant information

string
nullable
https://github.com/my_user/my_project/wiki
discord_url

An optional invite link to the projects’ discord

string
nullable
https://discord.gg/AaBbCcDd

Responses

204

Expected response to a valid request

400

Request was invalid, see given error

object
error
required

The name of the error

string
invalid_input
description
required

The contents of the error

string
Error while parsing multipart payload

401

Incorrect token scopes or no authorization to access the requested item(s)

object
error
required

The name of the error

string
unauthorized
description
required

The contents of the error

string
Authentication Error: Invalid Authentication Credentials