Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit cdb15a8

Browse files
committed
Docs
1 parent 6f2e86b commit cdb15a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ These are the possible requests to web application (add param ?Namespace={Desire
1717
| login | POST | { "Username":"CacheUser","Password":"CachePassword" }| JSON| Current user|
1818
| tasks | GET | | JSON | Unassigned tasks or assigned to current user |
1919
| tasks/:id | GET | | JSON | EnsLib.Workflow.Worklist object|
20-
| tasks/:id | POST |{EnsLib.Workflow.Worklist object}JSON | Processing of modified object |
20+
| tasks/:id | POST |{EnsLib.Workflow.Worklist object}|JSON | Processing of modified object |
2121
| test | GET | | JSON | Test info |

0 commit comments

Comments
 (0)