Update project
Update a project’s metadata including name, description, visibility, and social links.Endpoint
Authentication
Requires JWT authentication. Only the project owner can update their project.Path Parameters
The unique identifier of the project to update
Request Body
New project name
New project description
Whether the project should be publicly visible
Project website URL
GitHub repository URL
Twitter/X profile URL
Discord server invite URL
Response
Whether the update was successful
Updated project object
Example
Error Responses
401 Unauthorized
401 Unauthorized
403 Forbidden
403 Forbidden
User is not the project owner
404 Not Found
404 Not Found
Project does not exist
422 Unprocessable Entity
422 Unprocessable Entity
Invalid request data (e.g., invalid URL format)
Next Steps
Delete project
Learn how to delete a project