| ... | @@ -309,9 +309,9 @@ true |
... | @@ -309,9 +309,9 @@ true |
|
|
|
|
|
|
|
---
|
|
---
|
|
|
|
|
|
|
|
### Send
|
|
### Send Feedback
|
|
|
|
|
|
|
|
> User can rejoin existing game with valid and existing `JWT TOKEN`.<br>`JWT TOKEN` is received when using [Joining the challenge room](/wimma-lab-2022/iotitude/source-backend/-/wikis/API/REST/Join%20Challenge) or [Create new Challenge](/wimma-lab-2022/iotitude/source-backend/-/wikis/API/REST/New%20Challenge) REST API routes
|
|
> User can send feedback, which will be sent to the project email address.
|
|
|
|
|
|
|
|
| Method | Route | Content type | Authentication |
|
|
| Method | Route | Content type | Authentication |
|
|
|
|--------|-------|--------------|----------------|
|
|
|--------|-------|--------------|----------------|
|
| ... | @@ -332,8 +332,8 @@ true |
... | @@ -332,8 +332,8 @@ true |
|
|
|
|
|
|
|
```json
|
|
```json
|
|
|
{
|
|
{
|
|
|
statusCode: 200,
|
|
"statusCode": 200,
|
|
|
text: "string (email text)"
|
|
"text": "string (email text)"
|
|
|
}
|
|
}
|
|
|
```
|
|
```
|
|
|
|
|
|
| ... | |
... | |
| ... | | ... | |