v19

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-037759134.1 KB
projects

Bulk-edit multiple projects

patch/projects

Request body

categoriesstring[]

Set all of the categories to the categories specified here

add_categoriesstring[]

Add all of the categories specified here

remove_categoriesstring[]

Remove all of the categories specified here

additional_categoriesstring[]

Set all of the additional categories to the categories specified here

add_additional_categoriesstring[]

Add all of the additional categories specified here

remove_additional_categoriesstring[]

Remove all of the additional categories specified here

issues_urlstring nullable

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

source_urlstring nullable

An optional link to the source code of the projects

wiki_urlstring nullable

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

discord_urlstring nullable

An optional invite link to the projects' discord

Example request

{
  "donation_urls": [
    {
      "id": "patreon",
      "platform": "Patreon",
      "url": "https://www.patreon.com/my_user"
    }
  ],
  "add_donation_urls": [
    {
      "id": "patreon",
      "platform": "Patreon",
      "url": "https://www.patreon.com/my_user"
    }
  ],
  "remove_donation_urls": [
    {
      "id": "patreon",
      "platform": "Patreon",
      "url": "https://www.patreon.com/my_user"
    }
  ],
  "issues_url": "https://github.com/my_user/my_project/issues",
  "source_url": "https://github.com/my_user/my_project",
  "wiki_url": "https://github.com/my_user/my_project/wiki",
  "discord_url": "https://discord.gg/AaBbCcDd"
}

Response

Expected response to a valid request