Updates Annex 2

This commit is contained in:
Brusk Awat 2023-03-12 16:08:10 +03:00
parent 06d5ad0006
commit f33658fca5
Signed by: broosk1993
GPG Key ID: 5D20F7E02649F74E

View File

@ -40,11 +40,11 @@ Use the following checklist when dealing with a microservices architecture inter
```JSON ```JSON
{ {
meta: { meta: {
page: { pagination: {
totalPages: "integer" totalPages: "integer"
count: "integer", count: "integer",
limitValue: "integer", rowsPerPage: "integer",
currentPage: "integer" page: "integer"
} }
} }
} }