1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-17 21:08:03 +02:00

Правки доков

This commit is contained in:
Anton Titovets 2024-09-10 14:16:59 +03:00
parent 598cb27584
commit 7d1a1da735
3 changed files with 14 additions and 9 deletions

View File

@ -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
}
}
```

View File

@ -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": []
}
]
}
```

View File

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