Update a project for a specific organization
cURL
curl --request PUT \ --url https://api.fluxend.app/projects/{projectUUID} \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data '{ "description": "<string>", "name": "<string>", "projectUUID": "<string>" }'
{ "content": { "createdAt": "<string>", "createdBy": "<string>", "dbName": "<string>", "description": "<string>", "name": "<string>", "organizationUuid": "<string>", "status": "<string>", "updatedAt": "<string>", "updatedBy": "<string>", "uuid": "<string>" }, "errors": [ "<string>" ], "metadata": "<any>", "success": true }
Bearer Token
Project UUID
Project name
The body is of type object.
object
Project details
The response is of type object.