Skip to content

Commit

Permalink
Merge pull request #3127 from reubenmiller/docs-fix-service-status
Browse files Browse the repository at this point in the history
docs: publish pid as number instead of string
  • Loading branch information
reubenmiller committed Sep 23, 2024
2 parents 6527404 + 977dfdb commit 67b951e
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 67b951e

Please sign in to comment.