Add missing comma to json sample

This change adds a missing comma to the
project-update-response sample json in order to have valid
json within the example response.

Change-Id: If4a70a5f99f2d3ac5f812272b2138f95adefe9ff
This commit is contained in:
Gage Hugo 2017-07-24 17:09:20 -05:00
parent 7c3acf34fa
commit c32a1723e8
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
"enabled": true,
"id": "93ebbcc35335488b96ff9cd7d18cbb2e",
"is_domain": true,
"name": "myUpdatedProject"
"parent_id": null,
"name": "myUpdatedProject",
"parent_id": null
}
}