Skip to content

Commit

Permalink
Правки доков
Browse files Browse the repository at this point in the history
  • Loading branch information
Bayselonarrend committed Sep 10, 2024
1 parent 892f27e commit 661ea38
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ The activation code is linked to the digital product card

```json title="Result"
{
"code": 7,
"message": "Is not service company",
"details": []
"result": {
"task_id": 123479811
}
}
```
11 changes: 8 additions & 3 deletions docs/ru/md/Ozon/Prices-and-stocks/Update-products-prices.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,13 @@ sidebar_position: 5

```json title="Результат"
{
"code": 3,
"message": "proto: (line 11:18): invalid value for int64 type: \"\"",
"details": []
"result": [
{
"product_id": 1179230269,
"offer_id": "143210608",
"updated": true,
"errors": []
}
]
}
```
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ sidebar_position: 15

```json title="Результат"
{
"code": 7,
"message": "Is not service company",
"details": []
"result": {
"task_id": 123479811
}
}
```

0 comments on commit 661ea38

Please sign in to comment.