Skip to content

Commit

Permalink
Изменения документации для версии 0.3.30
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiendil committed Nov 27, 2019
1 parent 4be3d69 commit 719b450
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/source/development/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
ansible-galaxy install -r requirements.yml
vagrant plugin install vagrant-hostmanager
vagrant plugin install vagrant-disksize
# создаём виртуальную машину, запускаем и устанавливаем на неё всё необходимое
# при первом запуске будет вызван vagrant provision
Expand Down
7 changes: 5 additions & 2 deletions docs/source/external_api/methods.rst
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@

:адрес: /game/cards/api/combine
:http-метод: POST
:версии: 2.0
:версии: 3.0
:параметры:
* POST: card — идентификатор карты, участвующей в трансформации, может быть несколько
:ошибки:
Expand All @@ -560,7 +560,10 @@
{
"message": "строка", // описание результата в формате html
"card": <card_info> // описание полученной карты, формат см. в описании метода получения новой карты
"cards": [
<card_info>, // описание полученной карты, формат см. в описании метода получения новой карты
]
}
Expand Down

0 comments on commit 719b450

Please sign in to comment.