summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/jobs/response_protocol.md10
1 files changed, 3 insertions, 7 deletions
diff --git a/plugins/jobs/response_protocol.md b/plugins/jobs/response_protocol.md
index c1d32e7a..a9230ffc 100644
--- a/plugins/jobs/response_protocol.md
+++ b/plugins/jobs/response_protocol.md
@@ -12,13 +12,9 @@ Types are:
2 - ...
```
-----
-`NO_ERROR`: contains only `type` and empty `data`.
-
-----
-`ERROR` : contains `type`: 1, and `data` field with: `message` describing the error, `requeue` flag to requeue the job,
-`dalay_seconds`: to delay a queue for a provided amount of seconds.
-----
+- `NO_ERROR`: contains only `type` and empty `data`.
+- `ERROR` : contains `type`: 1, and `data` field with: `message` describing the error, `requeue` flag to requeue the job,
+`dalay_seconds`: to delay a queue for a provided amount of seconds.
For example: