From ce476a840561db504a09c180cbc3ef97f75fccc1 Mon Sep 17 00:00:00 2001 From: david Date: Sat, 5 Jul 2014 14:37:39 -0700 Subject: [PATCH] added formating for result input. Change-Id: Ib12acc7536f4541591365d31250b703c8493ec16 --- specs/approved/api-v1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/approved/api-v1.md b/specs/approved/api-v1.md index 79a46c59..e8e9f376 100755 --- a/specs/approved/api-v1.md +++ b/specs/approved/api-v1.md @@ -120,7 +120,7 @@ str:data - a string input containing json as shown in lower example. 'cpid': '2fd4e1c67a2d28fced849ee1bb76e7391b93eb12', 'duration_seconds': 23445234, 'job_id': '3fd4e1c67a2d28fced849ee1bb76e7391b93eb13', /*optional*/ - 'results': {} /* to be defined */ + 'results': ['fully.qualified.test.path', 'another.test.path'] /* array of passes */ } **normal response:** http:201 - the status has been saved