curl --request POST \
--url https://api.galtea.ai/specifications/{id}/tests \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"testIds": [
"<string>"
]
}
'Link one or more tests to a specification. See Specifications.
curl --request POST \
--url https://api.galtea.ai/specifications/{id}/tests \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"testIds": [
"<string>"
]
}
'API key authorization. Pass your API key in the Authorization header as a Bearer token. Both new (gsk_*) and legacy (gsk-) API keys are accepted, e.g. Authorization: Bearer gsk_... or Authorization: Bearer gsk-....
Specification ID
Array of test IDs to link
Tests linked successfully