Add missing token field in the service definition in the docs (#5685)

Fixes #5684
This commit is contained in:
Matt Keeler 2019-04-18 16:05:51 -04:00 committed by GitHub
parent fc65c02c06
commit 960e1fa79e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -66,7 +66,8 @@ example shows all possible fields, but note that only a few are required.
"weights": {
"passing": 5,
"warning": 1
}
},
"token": "233b604b-b92e-48c8-a253-5f11514e4b50"
}
}
```