Update multiple model-dataset associations in a single request.
JWT token from Stytch B2B authentication (magic link, SSO, or M2M)
Model ID
"model_abc123"
Schema for batch updating multiple model-dataset associations.
List of dataset updates to apply (max 50 per request)
1 - 50 elements[
{
"datasetId": "550e8400-e29b-41d4-a716-446655440001",
"priority": 5
}
]
Successful Response
Response for batch dataset association creation.