Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.example.com/api/jobs/v1/goals \ --header 'Content-Type: application/json' \ --header 'X-Domino-Api-Key: <api-key>' \ --data ' { "goalId": "62313cfd7a0af0281c01a6a6" } '
{ "goal": { "currentStage": "Ideation", "goalId": "62313cfd7a0af0281c01a6a6", "jobId": "62313d207a0af0281c01a6a7", "projectId": "62313d377a0af0281c01a6a8", "title": "MyGoal", "description": "Develop a better performing model" }, "metadata": { "notices": [ "<string>" ], "requestId": "<string>" } }
Link the Goal with the specified Id to a Job. Required permissions: ViewJobs, Edit
ViewJobs, Edit
Id of job to link to goal
Id of Goal to link to Job.
"62313cfd7a0af0281c01a6a6"
Success
Show child attributes
Was this page helpful?
Contact support