curl --request PATCH \ --url 'https://api.unify.ai/v0/project/proj/a' \ --header "Authorization: Bearer $UNIFY_KEY" --header 'Content-Type: application/json' \ --data '{ "name": "eval-project" }'
{ "info": "Project updated successfully!" }
Bearer <token>
<token>