{
"opencollection": "1.0.0",
"info": {
"name": "Samsara Outputs API",
"version": "2024-11-18"
},
"request": {
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
},
"items": [
{
"info": {
"name": "Outputs",
"type": "folder"
},
"items": [
{
"info": {
"name": "Writes to Data Outputs on an Asset",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "https://api.samsara.com/industrial/assets/:id/data-outputs",
"params": [
{
"name": "id",
"value": "",
"type": "path",
"description": "Asset ID"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Writes values to multiple data outputs on an asset simultaneously. Only the provided data outputs will be updated.\n\n Rate limit: 100 requests/min (learn more about rate limits here).\n\nTo use this endpoint, select **Write Equipment Statistics** under the Equipment category when creating or editing an API token. Lear"
}
]
}
],
"bundled": true
}