Skip to content

Commit

Permalink
#18: regenerated markdown docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinCelej committed Dec 28, 2023
1 parent 80b51b4 commit 2785391
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
) : ActionResult<CreateUserCommandResult>
```

![Sequence Diagram for UsersController.Create()](http://www.plantuml.com/plantuml/png/Z5HDRzf04BrRyd-OeolL47gqgeY48WKrBH6ONfeS5dl0gvXTQtUCos_heJ-fVw6pjb41uwO7n38VRzvxEylldx_6beIXSfVxddsLgX16xC2WBRIo-0Mj5LkynrnNTyRe2iYKw7iPYXGDFCJn4ppDbp68GWxtes5fqLZVssXDd8upQI6LOkiWRQOh2vGXRCeyXq9G1de3hWCIWuAaLeDd5MkmY51bWY0JHO7AWi8V124a6IQlDK8TQ84jh1sxWU-Hf9ovhHo7YLPaT9wZ6KmSE0RlV0zLsjQiTQbIOGvmpvgutlU6e9Wpw3tJQOCHh6QGY3oNQWiLhfr8O8n2IqMiagqYcSX2A8ABeUV9Xe4hcUZTJgZqWJ-TAfTVOA6j96qEtPplfOB4MbY4J-tXZJ4Bj6LEljVg2MylM4Rm_MZEI-zTNlI4jtrg8cWEGQU0hUzhQZZzbHsTg0WUzLOgRXO9oJq7EnQT_-vYpHGljoBP0axvI8UtOPEQGclwjHaHRs1LvmDBXjVZFLm5vIl3_oP_l5Ic_NKvNSJy5S-RnO9WbXv7mBUxnzLq2S7OnSR7kVyOrEVznp2yDAmXtUhltQT9xsLsCarBurTFCd2HK-TwwZghoFpxc9okqVN7q8e_Umtk2Gn7Wn5ykBc1-MVV6_Dhh_yP_m000F__0m00)
![Sequence Diagram for UsersController.Create()](http://www.plantuml.com/plantuml/png/Z5JDRfj04BuZyGvpf5AnunvH5JbnBSLgMaSsxgNjOGrZimhUHRk3gP-jXpvINw6pWDKOGjq3OfcVRxvlTeRVFtzDBGb3vI7tFViiLI6CE811MsXbyHDQA_PuZxckxepH5P0fqVSo52aQU8ZZ9tXQhcCGXHmV9-FIeh6-jzEQs1rdqa8gnTv1sanN5YX3s9Lv3eMW3FGEN0Oa1WL9hKRVLAp18aAL2O9C50Kg2mf_48IGP9WyrmYreGMsi7NiHhv7adBcjd4SPbgHqNcEPZHpu1YyyJrKQHkprQLAXJd1FMlYUDyRWsBEe8zCfpL6i5b08l9SgZrKk7KYWJ4ABHMnIcuLoKGMGX5qYbuw6mOkPAOF1w7I1tvwKSw_ma9RITgS-ZxVImM9hR087zh3bJ8hj6LEljVg2MyxB2FuUcxEzy6xxEI4jqDg8cWEGI-0Mp-Kr73wApjweI9ur7kfE5aa98zixBNeyhkFjL0yt8fa2pZd8vskmzRZs9XVhn7n15QrFx1aU3pUmgkWV6Nut-JFbygqFw_dgvXVyR8PB0WMwRa4VBbxtCpN44oTRNgk-uz2Gxr_7uRTXZMaM_s3ypHycGCfJRy6d86plEpSODtEA3B_uLcyjWoj-8jjS2imdemcyExc1fOVVM_Asrx_6Vy0003__mC0)
<!--
@startuml
skinparam responseMessageBelowArrow true
Expand Down
8 changes: 4 additions & 4 deletions Web/Sample/Synergy.Sample.Web.API.Tests/Users/Users.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Content-Length: 129

### 2.2. Get created user pointed by "Location" header (1 request)

### 2.2.2. Request to [Get user located at http://localhost/api/v1/users/db1be87ab1844381adaa80df71387718]
### 2.2.2. Request to [Get user located at http://localhost/api/v1/users/275163fbe1b149e2adbddd0af5d27404]

- Request
```
Expand Down Expand Up @@ -137,7 +137,7 @@ Content-Length: 129

### 3.1. Get user by id (1 request)

### 3.1.1. Request to [Get user with id "db1be87ab1844381adaa80df71387718"]
### 3.1.1. Request to [Get user with id "275163fbe1b149e2adbddd0af5d27404"]

- Request
```
Expand Down Expand Up @@ -391,7 +391,7 @@ Content-Length: 351

### 6.1. Delete user by id (1 request)

### 6.1.1. Request to [Delete user with id "db1be87ab1844381adaa80df71387718"]
### 6.1.1. Request to [Delete user with id "275163fbe1b149e2adbddd0af5d27404"]

- Request
```
Expand All @@ -418,7 +418,7 @@ Content-Length: 2

### 6.2. Try to get the deleted user (1 request)

### 6.2.2. Request to [Get user with id "db1be87ab1844381adaa80df71387718"]
### 6.2.2. Request to [Get user with id "275163fbe1b149e2adbddd0af5d27404"]

- Request
```
Expand Down

0 comments on commit 2785391

Please sign in to comment.