chore: fixed table formatting and added periods

This commit is contained in:
SauceyRed 2025-04-29 18:01:15 +02:00
parent ea0fbc6f5c
commit 0211348abc
Signed by: sauceyred
GPG key ID: 4BEDD9C389F924D0
4 changed files with 40 additions and 40 deletions

View file

@ -10,24 +10,24 @@ No request parameters or request body.
## Responses
| Status | Description |
|--------|------------------------------------------------|
| 200 | Support information for the server |
| 404 | No contact information has been made available |
| Status | Description |
| ------ | ----------------------------------------------- |
| 200 | Support information for the server. |
| 404 | No contact information has been made available. |
### 200 response
| Name | Type | Description |
|--------------|---------------|------------------------------------------|
| contacts | list[Contact] | A list of server administators |
| support_page | string | The URL of a webpage that may help users |
| Name | Type | Description |
| ------------ | ------------- | ----------------------------------------- |
| contacts | list[Contact] | A list of server administators. |
| support_page | string | The URL of a webpage that may help users. |
#### Contact
| Name | Type | Description |
|---------------|--------|------------------------------------------------------------|
| email_address | string | Email address for the administrator |
| gorb_id | string | The gorb ID for the administrator |
| role | string | **Required**: A simple description of this responsible for |
| Name | Type | Description |
| ------------- | ------ | ----------------------------------------------------------- |
| email_address | string | Email address for the administrator. |
| gorb_id | string | The gorb ID for the administrator. |
| role | string | **Required**: A simple description of this responsible for. |
```json
{