Skip to content

Commit

Permalink
adding formatting to the text
Browse files Browse the repository at this point in the history
  • Loading branch information
adonese committed Apr 26, 2020
1 parent 5047b95 commit 1e731fd
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,25 @@ Method: POST
mimetype: json
Endpoint: /

Request fields:
## Request fields:

```
["short_description", "long_description", "lat", "long"]
short_description:
```

### short_description:

a brief description of the problem (mandatory)

long description:
### long description:

A long desciption of the problem / issue. Optional

lat:
### lat:

GPS latitude coordinates

long:
### long:

GPS longitude coordinates

0 comments on commit 1e731fd

Please sign in to comment.