Commit 2c3be919 authored by Michael Friedrich's avatar Michael Friedrich

Fix wrong API lint response in the docs

parent 4b88d6a1
...@@ -118,7 +118,7 @@ Example response: ...@@ -118,7 +118,7 @@ Example response:
{ {
"status": "valid", "status": "valid",
"errors": [], "errors": [],
"merged_config": "---\n:another_test:\n :stage: test\n :script: echo 2\n:test:\n :stage: test\n :script: echo 1\n" "merged_yaml": "---\n:another_test:\n :stage: test\n :script: echo 2\n:test:\n :stage: test\n :script: echo 1\n"
} }
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment