Skip to content

Commit

Permalink
docs: publish pid as number instead of string
Browse files Browse the repository at this point in the history
Signed-off-by: Reuben Miller <reuben.d.miller@gmail.com>
  • Loading branch information
reubenmiller committed Sep 22, 2024
1 parent a4a57ae commit 977dfdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/references/mappers/c8y-mapper.md
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ te/device/main/service/my-service/status/health
```json5 title="Payload"
{
"status": "up",
"pid": "21037"
"pid": 21037
}
```

Expand Down

0 comments on commit 977dfdb

Please sign in to comment.