Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

Commit 33d579f

Browse files
v3(docs): Fix service credential binding list example
[#174252663](https://www.pivotaltracker.com/story/show/174252663)
1 parent de96396 commit 33d579f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/v3/source/includes/api_resources/_service_credential_bindings.erb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,12 @@
152152
"updated_at": "2016-06-08T16:41:26Z",
153153
"name": "some-key-name",
154154
"type": "key",
155-
"last_operation": null,
155+
"last_operation": {
156+
"type": "create",
157+
"state": "succeeded",
158+
"created_at": "2015-11-13T17:02:56Z",
159+
"updated_at": "2016-06-08T16:41:26Z"
160+
},
156161
"relationships": {
157162
"service_instance": {
158163
"data": {

0 commit comments

Comments
 (0)