Изменил(а) на 'Struktura'
parent
fe35466aeb
commit
9ef8e0cdb8
14
Struktura.md
14
Struktura.md
|
|
@ -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" : []
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue