1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-07-04 12:03:43 +02:00

README.md: Update documentation to reflect the name change from contract to atomic.

This commit is contained in:
Henrik Hautakoski 2022-11-25 10:24:43 +01:00
parent 881e7cd760
commit e0a7a10662
No known key found for this signature in database
GPG key ID: 608414D93E862CCD

View file

@ -35,7 +35,7 @@ first to last below:
| # | Name | Required | Description | | # | Name | Required | Description |
| - | ---------- | ----------------------- | ----------------------------------------------------------------------------------------------- | | - | ---------- | ----------------------- | ----------------------------------------------------------------------------------------------- |
| 1 | api | Yes | Type of API to check against, `v1` = standard, `v2` = Hyperion, `contract` = eosio-contract-api | | 1 | api | Yes | Type of API to check against, `v1` = standard, `v2` = Hyperion, `atomic` = atomicassets |
| 2 | url | Yes (port default `80`) | http url to the api. `http(s)://<ip-or-domain>(:<port>)` | | 2 | url | Yes (port default `80`) | http url to the api. `http(s)://<ip-or-domain>(:<port>)` |
| 3 | num_blocks | No (default `10`) | Number of blocks the api can drift before reported `down` | | 3 | num_blocks | No (default `10`) | Number of blocks the api can drift before reported `down` |
| 4 | host | No (default from `url`) | Value to send in the `HTTP Host Header` to the API | | 4 | host | No (default from `url`) | Value to send in the `HTTP Host Header` to the API |