Projects
Update Project
This endpoint allows you to update specific properties of a project identified by its namespace.
PATCH
You must be authenticated to access this route
Body
The updated name of the project.
The updated namespace of the project (this must still be unique).
Base64 encoded icon for the project. The icon must start with “data:image/png;base64,”.
Response
Indicates whether the call was successful. true
if successful, false
if not.
The updated project data.