Skip to content

Commit

Permalink
Update Swagger Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Samsara CI committed Jun 21, 2021
1 parent a09a6c2 commit 82231a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 1 addition & 5 deletions swagger-readme.json
Original file line number Diff line number Diff line change
Expand Up @@ -1416,11 +1416,7 @@
"properties": {
"values": {
"description": "A map of data output IDs to values. All data outputs must belong to the same asset. Only the specified IDs will be written to.",
"example": {
"4ebd0208-8328-5d69-8c44-ec50939c0967": 10.123,
"8a9371af-82d1-4158-bf91-4ecc8d3a114c": 10
},
"properties": {},
"example": "",
"type": "object"
}
},
Expand Down
4 changes: 3 additions & 1 deletion swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -10571,7 +10571,9 @@
"values": {
"description": "A map of data output IDs to values. All data outputs must belong to the same asset. Only the specified IDs will be written to.",
"type": "object",
"additionalProperties": true,
"additionalProperties": {
"type": "float64"
},
"example": {
"4ebd0208-8328-5d69-8c44-ec50939c0967": 10.123,
"8a9371af-82d1-4158-bf91-4ecc8d3a114c": 10
Expand Down

0 comments on commit 82231a7

Please sign in to comment.