Authorization: Bearer ********************
{
"title": "Иу 1"
}
curl --location --request PATCH 'https://mock.apidog.com/m1/463678-0-default/warehouses/' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "Иу 1"
}'
{
"id": 1,
"createdAt": "2024-03-01T05:12:27.618Z",
"updatedAt": "2024-02-29T23:26:57.991Z",
"deletedAt": null,
"createdBy": {
"id": 1
},
"updatedBy": {
"id": 1
},
"title": "Иу 1",
"city": {
"id": 1,
"createdAt": "2024-02-29T07:14:47.765Z",
"updatedAt": "2024-02-29T21:42:22.140Z",
"deletedAt": null,
"createdBy": {
"id": 1
},
"updatedBy": {
"id": 1
},
"title": "Иу",
"country": {
"id": 1,
"createdAt": "2024-02-29T17:34:28.427Z",
"updatedAt": "2024-02-29T08:25:53.273Z",
"deletedAt": null,
"createdBy": {
"id": 1
},
"updatedBy": {
"id": 1
},
"title": "Китай"
}
}
}