Browse Source

chore: run prettier

pull/2333/head^2
nprimo 12 months ago committed by MSilva95
parent
commit
1e463520be
  1. 19
      subjects/devops/crud-master-py/audit/README.md

19
subjects/devops/crud-master-py/audit/README.md

@ -25,10 +25,11 @@
#### Inventory API Endpoints #### Inventory API Endpoints
##### Open Postman and make a `POST` request to `http://[GATEWAY_IP]:[GATEWAY_PORT]/api/movies/` address with the following body as `Content-Type: application/json`: ##### Open Postman and make a `POST` request to `http://[GATEWAY_IP]:[GATEWAY_PORT]/api/movies/` address with the following body as `Content-Type: application/json`:
```json ```json
{ {
"title": "A new movie", "title": "A new movie",
"description": "Very short description" "description": "Very short description"
} }
``` ```
@ -55,11 +56,12 @@
#### Billing API Endpoints #### Billing API Endpoints
##### Open Postman and make a `POST` request to `http://[GATEWAY_IP]:[GATEWAY_PORT]/api/billing/` address with the following body as `Content-Type: application/json`: ##### Open Postman and make a `POST` request to `http://[GATEWAY_IP]:[GATEWAY_PORT]/api/billing/` address with the following body as `Content-Type: application/json`:
```json ```json
{ {
"user_id": "20", "user_id": "20",
"number_of_items": "99", "number_of_items": "99",
"total_amount": "250" "total_amount": "250"
} }
``` ```
@ -70,11 +72,12 @@
###### Can you confirm the `billing_app` API was correctly stopped? ###### Can you confirm the `billing_app` API was correctly stopped?
##### Open Postman and make a `POST` request to `http://[GATEWAY_IP]:[GATEWAY_PORT]/api/billing/` address with the following body as `Content-Type: application/json`: ##### Open Postman and make a `POST` request to `http://[GATEWAY_IP]:[GATEWAY_PORT]/api/billing/` address with the following body as `Content-Type: application/json`:
```json ```json
{ {
"user_id": "22", "user_id": "22",
"number_of_items": "10", "number_of_items": "10",
"total_amount": "50" "total_amount": "50"
} }
``` ```

Loading…
Cancel
Save