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

Commit 1d2fa76

Browse files
blgmpivotal-marcela-campo
authored andcommitted
docs(services): parameters for service credential binding
[#175334831](https://www.pivotaltracker.com/story/show/175334831)
1 parent a11dc99 commit 1d2fa76

File tree

1 file changed

+5
-0
lines changed
  • docs/v3/source/includes/experimental_resources/service_credential_bindings

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ curl "https://api.example.org/v3/service_credential_bindings" \
2323
"guid": "e0e4417c-74ee-11ea-a604-48bf6bec2d78"
2424
}
2525
}
26+
},
27+
"parameters": {
28+
"key1": "value1",
29+
"key2": "value2"
2630
}
2731
}'
2832
```
@@ -49,6 +53,7 @@ Name | Type | Description |
4953
---- | ---- | ----------- |
5054
**name** | string | Name of the service credential binding.
5155
**relationships.app** | [_to-one relationship_](#to-one-relationships) | The app to be bound. Required when type is `app`
56+
**parameters** | _object_ | A JSON object that is passed to the service broker
5257

5358
#### Permitted roles
5459
|

0 commit comments

Comments
 (0)