Skip to content

Commit 54b060c

Browse files
committed
missing /
1 parent f92c606 commit 54b060c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/sphinx-guides/source/api/native-api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8241,7 +8241,7 @@ Get details of a workflow with a given id::
82418241
82428242
GET http://$SERVER/api/admin/workflows/$id
82438243
8244-
Add a new workflow. Request body specifies the workflow properties and steps in JSON format. Specifically, the body of the message should be a JSON Object with a String "name" for the workflow and a "steps" JSON Array containing a JSON Object per workflow step. (See :doc:`developers/workflows` for the exiting steps and their required JSON representations.)
8244+
Add a new workflow. Request body specifies the workflow properties and steps in JSON format. Specifically, the body of the message should be a JSON Object with a String "name" for the workflow and a "steps" JSON Array containing a JSON Object per workflow step. (See :doc:`/developers/workflows` for the exiting steps and their required JSON representations.)
82458245
Sample ``json`` files are available at ``scripts/api/data/workflows/``::
82468246
82478247
POST http://$SERVER/api/admin/workflows

0 commit comments

Comments
 (0)