Fixing table layout

This commit is contained in:
auke
2020-04-25 17:18:43 +02:00
parent 3c9ff4745f
commit fe15da4142

View File

@@ -69,6 +69,7 @@ Vary: Accept-Encoding
|401|Error: Not authenticated|
|403|Error: No WRITE permissions in item|
|404|Error: Item not found|
## Polling for task status
Now that the task was created, we can retrieve its status by performing a **GET** request on the same endpoint as used for starting task.
Note that the response contains a lot of tasks, and also multiple workflow tasks, indicating that multiple workflows were triggered.
@@ -206,6 +207,7 @@ Vary: Accept-Encoding
```
**Troubleshooting**
|Status code|Description|
|---|---|
|401|Error: Not authenticated|
@@ -250,6 +252,7 @@ Vary: Accept-Encoding
}
```
**Troubleshooting**
| Status code | Description |
| --- | --- |
| 401 | Error: Not authenticated |