Изменил(а) на 'Struktura'

merdan 2022-07-07 11:18:25 +05:00
parent fe35466aeb
commit 9ef8e0cdb8
1 changed files with 7 additions and 7 deletions

@ -1,12 +1,12 @@
## API response structures
### Successfull responce structure with status code 200
> {
> "data" : {}
> }
{
"data" : {}
}
### Error or validation responce structer
> {
> "message" : "Error message",
> "errors" : []
> }
{
"message" : "Error message",
"errors" : []
}