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

Commit 5a44009

Browse files
v3(docs): document last operation for service key bindings
[#174252663](https://www.pivotaltracker.com/story/show/174252663)
1 parent 5905e46 commit 5a44009

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,12 @@
5050
"updated_at": "2016-06-08T16:41:26Z",
5151
"name": "some-name",
5252
"type": "key",
53-
"last_operation": null,
53+
"last_operation": {
54+
"type": "create",
55+
"state": "succeeded",
56+
"created_at": "2015-11-13T17:02:56Z",
57+
"updated_at": "2016-06-08T16:41:26Z"
58+
},
5459
"relationships": {
5560
"service_instance": {
5661
"data": {

docs/v3/source/includes/experimental_resources/service_credential_bindings/_object.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Name | Type | Description
1212
**guid** | _uuid_ | Unique identifier for the service credential binding
1313
**name** | _string_ | Name of the binding. `null` when it's not defined.
1414
**type** | _string_ | Either `app` or `key`
15-
**last_operation** (*experimental*)| _[last operation object](#the-last-operation-object-for-service-credential-binding)_ | The last operation of this binding; `null` when type is `key`
15+
**last_operation** (*experimental*)| _[last operation object](#the-last-operation-object-for-service-credential-binding)_ | The last operation of this binding
1616
**created_at** | _[timestamp](#timestamps)_ | The time with zone when the object was created
1717
**updated_at** | _[timestamp](#timestamps)_ | The time with zone when the object was last updated
1818
**relationships.service_instance** | [_to-one relationship_](#to-one-relationships) | The service instance that this binding is originated from

0 commit comments

Comments
 (0)