Skip to content

Commit

Permalink
creating rescue
Browse files Browse the repository at this point in the history
  • Loading branch information
jarekr-da committed Dec 16, 2024
1 parent 420d616 commit 12406bf
Show file tree
Hide file tree
Showing 4 changed files with 2,244 additions and 2 deletions.
8 changes: 7 additions & 1 deletion docs/3.1/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,15 @@ subtrees:
entries:
- file: json-api/index
title: "HTTP JSON API Service"
- file: json-api/openapi
title: "HTTP JSON API Openapi specification"
- file: json-api/asyncapi
title: "HTTP JSON API Asyncapi specification"
- file: json-api/lf-value-specification
title: "Legacy HTTP JSON API Service (V1)"
- file: json-api/v1/index
title: "Daml-LF JSON Encoding"
- file: json-api/search-query-language
- file: json-api/v1/search-query-language
title: "Query Language"
- file: app-dev/bindings-ts/index
title: "Use JavaScript Client Libraries with Daml"
Expand Down
2 changes: 1 addition & 1 deletion docs/3.1/docs/json-api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ as the JSON API supports multi-party submissions.
The party should reference an already allocated party.
In canton console a party can be allocated using:

.. code-bloc: textual
.. code-block:: shell
val alice = participant1.parties.enable("Alice")
alice.toProtoPrimitive //this will display a full party Id
Expand Down
Loading

0 comments on commit 12406bf

Please sign in to comment.