{
"opencollection": "1.0.0",
"info": {
"name": "Samsara Training API",
"version": "2024-11-18"
},
"request": {
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
},
"items": [
{
"info": {
"name": "Training",
"type": "folder"
},
"items": [
{
"info": {
"name": "[preview] Update Training Assignments.",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "https://api.samsara.com/preview/training-assignments",
"params": [
{
"name": "ids",
"value": "",
"type": "query",
"description": "String of comma separated assignments IDs. Max value for this value is 100 objects .Example: `ids=a4db8702-79d5-4396-a717-e301d52ecc11,c6490f6a-d84e-49b5-b0ad-b6baae304075`"
},
{
"name": "dueAtTime",
"value": "",
"type": "query",
"description": "Due date of the training assignment in RFC 3339 format. Millisecond precision and timezones are supported."
}
]
},
"docs": "**Preview:** This endpoint is in preview and is likely to change before being broadly available. Reach out to your Samsara Representative to have Training APIs enabled for your organization.\n\n Rate limit: 10 requests/sec (learn more about rate limits here).\n\nTo use this endpoint, select **Write Preview** under the category when creating or editing an API token. Rate limit: 10 requests/sec (learn more about rate limits here).\n\nTo use this endpoint, select **Write Training Assignments** under the Closed Beta category when creating or editing an API token.