Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
 * Change APIv2 minor version to 20170315.

 * Fix some typo.

 * Rename 'type' parameter in execute_code() API to 'mode'.
  • Loading branch information
achimnol committed Mar 7, 2017
1 parent f6154e7 commit bdcb391
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/api/batch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Parameters
- Description
* - ``:id``
- The kernel ID.
* - ``type``
* - ``mode``
- A constant string ``"batch"``.

* - ``options.build``
Expand Down Expand Up @@ -128,7 +128,7 @@ Parameters
.. code-block:: text
TERM=xterm
LANG=en_US.UTF-8
LANG=C.UTF-8
SHELL=/bin/bash
USER=work
HOME=/home/work
Expand Down
2 changes: 1 addition & 1 deletion docs/api/convention.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ Example version check response body:
.. code-block:: json
{
"version": "v2.20170215"
"version": "v2.20170315"
}
2 changes: 1 addition & 1 deletion docs/api/exec.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Parameters
- Description
* - ``:id``
- The kernel ID.
* - ``type``
* - ``mode``
- A constant string ``"query"``.
* - ``code``
- A string of user-written code. All non-ASCII data must be encoded in UTF-8 or any format acceptable by the kernel.
Expand Down

0 comments on commit bdcb391

Please sign in to comment.