Add missing token field in the service definition in the docs (#5685)
Fixes #5684
This commit is contained in:
parent
fc65c02c06
commit
960e1fa79e
|
@ -66,7 +66,8 @@ example shows all possible fields, but note that only a few are required.
|
||||||
"weights": {
|
"weights": {
|
||||||
"passing": 5,
|
"passing": 5,
|
||||||
"warning": 1
|
"warning": 1
|
||||||
}
|
},
|
||||||
|
"token": "233b604b-b92e-48c8-a253-5f11514e4b50"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue