docs/api: use js-specific type for cors in serverInfo response

there is no such thing as an int in js
This commit is contained in:
jj 2024-07-07 15:31:55 +02:00 committed by GitHub
parent 5d122be451
commit 2f4a013a2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -73,5 +73,5 @@ response body type: `application/json`
| `branch` | `string` | git branch | | `branch` | `string` | git branch |
| `name` | `string` | server name | | `name` | `string` | server name |
| `url` | `string` | server url | | `url` | `string` | server url |
| `cors` | `int` | cors status | | `cors` | `number` | cors status |
| `startTime` | `string` | server start time | | `startTime` | `string` | server start time |