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:
parent
7c3acf34fa
commit
c32a1723e8
@ -8,7 +8,7 @@
|
||||
"enabled": true,
|
||||
"id": "93ebbcc35335488b96ff9cd7d18cbb2e",
|
||||
"is_domain": true,
|
||||
"name": "myUpdatedProject"
|
||||
"parent_id": null,
|
||||
"name": "myUpdatedProject",
|
||||
"parent_id": null
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user