Sample API to play with Apibuilder
healthcheck
Path: /_internal_/healthcheck
GET
/_internal_/healthcheck Responses
| Code | Type | Description |
|---|---|---|
| 200 | healthcheck |
POST
/_internal_/healthcheck/test_form_params_json Parameters
| Name | Type | Description |
|---|---|---|
| param1 required | string | Form |
Responses
| Code | Type | Description |
|---|---|---|
| 204 | unit |
GET
/_internal_/healthcheck/:id Parameters
| Name | Type | Description |
|---|---|---|
| id required | integer | Path |
Responses
| Code | Type | Description |
|---|---|---|
| 200 | healthcheck | |
| 400 | error | |
| 401 | unit | |
| 403 | string | |
| 404 | unit |