projects
Modify a project
patch/project/{id|slug}
Request body
Example request
{
"slug": "my_project",
"title": "My Project",
"description": "A short description",
"categories": [
"technology",
"adventure",
"fabric"
],
"client_side": "required",
"server_side": "optional",
"body": "A long body describing my project in detail",
"status": "approved",
"additional_categories": [
"technology",
"adventure",
"fabric"
],
"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",
"donation_urls": [
{
"id": "patreon",
"platform": "Patreon",
"url": "https://www.patreon.com/my_user"
}
],
"license_id": "LGPL-3.0-or-later"
}Response
Expected response to a valid request