curl --request POST \
--url https://api.mentionlab.io/api/tags-job-executions-new/link/many \
--header 'Content-Type: application/json' \
--header 'x-project-id: <x-project-id>' \
--data '
{
"tagIds": [
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
],
"jobExecutionIds": [
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
]
}
'curl --request POST \
--url https://api.mentionlab.io/api/tags-job-executions-new/link/many \
--header 'Content-Type: application/json' \
--header 'x-project-id: <x-project-id>' \
--data '
{
"tagIds": [
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
],
"jobExecutionIds": [
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
]
}
'Project ID to specify the project context