Créer un profil
Last updated: 11/12/2025Dans ce scénario, utilisez les API Talend pour créer un profil afin d'améliorer la qualité de votre projet.
Pourquoi et quand exécuter cette tâche
Voici quelques détails concernant l'appel d'API :
Method: POST
endpoint: api/v1/projects/quality/profiles
payload:
{
"projectName": "string",
"type": "GIT",
"specs": [
"string"
],
"uri": "string"
}