Skip to content

Commit 58a9098

Browse files
committed
Mention optionals and defaults
1 parent 37cae7b commit 58a9098

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/api/v2.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -383,10 +383,11 @@ Embed
383383
:>json object meta: meta data of the requested section.
384384

385385
:query string project: Read the Docs project's slug.
386-
:query string version: Read the Docs version's slug.
387386
:query string doc: document to fetch content from.
388-
:query string section: section within the document to fetch.
389-
:query string path: full path to the document including extension.
387+
388+
:query string version: *optional* Read the Docs version's slug (default: ``latest``).
389+
:query string section: *optional* section within the document to fetch.
390+
:query string path: *optional* full path to the document including extension.
390391

391392
:query string url: full URL of the document (and section) to fetch content from.
392393

0 commit comments

Comments
 (0)