Fixed spelling and markdown notation

This commit is contained in:
Michał Starski 2019-01-22 19:47:28 +00:00
parent 67be82915e
commit 890caf4724

View File

@ -48,7 +48,7 @@ Content-Type: application/json
} }
``` ```
Response `HttpStatus.OK` with ``JSON``: Response `200` with ``JSON``:
```json ```json
{ {
@ -74,7 +74,7 @@ Page start numbering on `page=0`. Default list is sorted by `id`.
GET /api/get-all?page=0&size=1&sort=id GET /api/get-all?page=0&size=1&sort=id
Content-Type: application/json Content-Type: application/json
``` ```
Response with ``HttpStatus.OK`` with ``JSON`` : Response ``200`` with ``JSON`` :
```json ```json
{ {
@ -127,7 +127,7 @@ The service will handle `GET` request on `/api/get-price-of-all` returing `Float
GET /api/get-price-of-all GET /api/get-price-of-all
Content-Type: application/json Content-Type: application/json
``` ```
Response ``Http.Status.OK`` with ``JSON``: Response `200` with ``JSON``:
```json ```json
{ {
@ -153,7 +153,7 @@ Content-Type: application/json
"imageLink": String "imageLink": String
} }
``` ```
Response `HttpStatus.CREATED` with `JSON` Response `201` with `JSON`
```json ```json
@ -182,7 +182,7 @@ Content-Type: application/json
``` ```
```json ```json
Response: HttpStatus.OK Response: 200
``` ```
* * * * * *
@ -199,7 +199,7 @@ Content-Type: application/json
} }
``` ```
Response ``Http.Status.OK`` with `JSON`: Response `200` with `JSON`:
```json ```json
{ {
@ -233,7 +233,7 @@ Content-Type: application/json
} }
``` ```
Response ``Http.Status.OK`` with `JSON`: Response `200` with `JSON`:
```json ```json
{ {