GenuineX Sync Server
====================
TODO: Add Description

**Version:** 1.0.0

**Contact information:**  
Harry Walter  
harry_walter@jackmorton.co.uk  

### /api/trends/testing
---
##### ***DELETE***
**Summary:** ApiTrendsTesting_DELETE

**Description:** Delete Trend

**Parameters**

| Name | Located in | Description | Required | Schema |
| ---- | ---------- | ----------- | -------- | ---- |

**Responses**

| Code | Description |
| ---- | ----------- |
| 204 | No Content |

null

##### ***PUT***
**Summary:** ApiTrendsTesting_PUT

**Description:** Update Trend

**Parameters**

| Name | Located in | Description | Required | Schema |
| ---- | ---------- | ----------- | -------- | ---- |
| Content-Type | header |  | Yes | string |
| body | body |  | Yes | string |

**Responses**

| Code | Description | Schema |
| ---- | ----------- | ------ |
| 200 | OK | [Response](#response) |

null

### /api/trends/testing/increment
---
##### ***PUT***
**Summary:** ApiTrendsTestingIncrement_PUT

**Description:** Increment Trend

**Parameters**

| Name | Located in | Description | Required | Schema |
| ---- | ---------- | ----------- | -------- | ---- |

**Responses**

| Code | Description | Schema |
| ---- | ----------- | ------ |
| 201 | Created | [Response](#response) |

null

### /api/config
---
##### ***GET***
**Summary:** ApiConfig_GET

**Description:** Get Config

**Parameters**

| Name | Located in | Description | Required | Schema |
| ---- | ---------- | ----------- | -------- | ---- |
| Content-Type | header |  | Yes | string |

**Responses**

| Code | Description | Schema |
| ---- | ----------- | ------ |
| 200 | OK | [Response1](#response1) |

null

### /api/trends
---
##### ***POST***
**Summary:** ApiTrends_POST

**Description:** Add Trend

**Parameters**

| Name | Located in | Description | Required | Schema |
| ---- | ---------- | ----------- | -------- | ---- |
| Content-Type | header |  | Yes | string |
| body | body |  | Yes | string |

**Responses**

| Code | Description | Schema |
| ---- | ----------- | ------ |
| 201 | Created | [Response](#response) |

null

##### ***GET***
**Summary:** ApiTrends_GET

**Description:** List Trends

**Parameters**

| Name | Located in | Description | Required | Schema |
| ---- | ---------- | ----------- | -------- | ---- |
| Content-Type | header |  | Yes | string |

**Responses**

| Code | Description | Schema |
| ---- | ----------- | ------ |
| 200 | OK | [ [Response](#response) ] |

null

### /healthcheck
---
##### ***GET***
**Summary:** Healthcheck_GET

**Description:** Healthcheck

**Parameters**

| Name | Located in | Description | Required | Schema |
| ---- | ---------- | ----------- | -------- | ---- |
| Content-Type | header |  | Yes | string |

**Responses**

| Code | Description |
| ---- | ----------- |
| 204 | No Content |

null

### Models
---

### Response1  

| Name | Type | Description | Required |
| ---- | ---- | ----------- | -------- |
| title | string |  | Yes |
| trends | [ [Trend](#trend) ] |  | Yes |

### Trend  

| Name | Type | Description | Required |
| ---- | ---- | ----------- | -------- |
| title | string |  | Yes |
| description | string |  | Yes |
| icon | string |  | Yes |
| tint | string |  | Yes |

### Response  

| Name | Type | Description | Required |
| ---- | ---- | ----------- | -------- |
| id | string |  | Yes |
| value | integer |  | Yes |