Skip to content

Commit

Permalink
[conluz-54] Adapted OAS documentation to the adition of the new code …
Browse files Browse the repository at this point in the history
…field
  • Loading branch information
viktorKhan committed Mar 8, 2024
1 parent a004fdf commit d021c74
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public CreateSupplyController(CreateSupplyAssembler assembler, CreateSupplyServi
examples = @ExampleObject(
value = """
{
"id":"785de77b-8c22-4d2f-9d12-f172113f9aa4",
"code":"ES0033333333333333AA0A",
"user":{
"id":"e7ab39cd-9250-40a9-b829-f11f65aae27d",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ public GetAllSuppliesController(GetSupplyService service) {
{
"items":[
{
"id":"hhtc50AmS9KRqvZuYecV",
"id":"123e4567-e89b-12d3-a456-426614174000",
"code":"hhtc50AmS9KRqvZuYecV",
"user":{
"id":"e7ab39cd-9250-40a9-b829-f11f65aae27d",
"personalId":"rAtjrSXAU",
Expand All @@ -78,7 +79,8 @@ public GetAllSuppliesController(GetSupplyService service) {
"enabled":true
},
{
"id":"mbHX0arnmS4KgooidQxj",
"id":"3f4fb466-2753-4f6d-bf73-8478e876e50b",
"code":"mbHX0arnmS4KgooidQxj",
"user":{
"id":"81b4de42-a49f-440f-868a-f1cf72199ae7",
"personalId":"j3E44iio",
Expand All @@ -96,7 +98,8 @@ public GetAllSuppliesController(GetSupplyService service) {
"enabled":true
},
{
"id":"6OOtEWtt4a0epeugj1y2",
"id":"785de77b-8c22-4d2f-9d12-f172113f9aa4",
"code":"6OOtEWtt4a0epeugj1y2",
"user":{
"id":"e7ab39cd-9250-40a9-b829-f11f65aae27d",
"personalId":"rAtjrSXAU",
Expand Down

0 comments on commit d021c74

Please sign in to comment.