diff --git a/doc/api/lint.md b/doc/api/lint.md index 9593952c1c50d7837ef421ea46502be62f7e9c39..57d11d15adc8da2ce7052ee4fd973efa0159a2aa 100644 --- a/doc/api/lint.md +++ b/doc/api/lint.md @@ -118,7 +118,7 @@ Example response: { "status": "valid", "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" } ```