Modify a project
PATCH /project/{id|slug}
PATCH
/project/{id|slug}
Authorizations
Parameters
Path Parameters
id|slug
required
string
The ID or slug of the project
Request Body
Modified project fields
object
moderation_message
The title of the moderators’ message for the project
string
moderation_message_body
The body of the moderators’ message for the project
string
Responses
204
Expected response to a valid request
401
Incorrect token scopes or no authorization to access the requested item(s)
object
error
required
The name of the error
string
description
required
The contents of the error
string
404
The requested item(s) were not found or no authorization to access the requested item(s)