Skip to content

Commit d824ee9

Browse files
committed
Bump v3 API docs version release-candidate
1 parent 47400cf commit d824ee9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

version/release-candidate/index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25760,7 +25760,7 @@ <h2 id="service-credential-binding">Service Credential Binding</h2>
2576025760

2576125761
<p>Service credential bindings can be of type <code class="prettyprint">app</code> or <code class="prettyprint">key</code>.</p>
2576225762

25763-
<p>A service credential binding is of type <code class="prettyprint">app</code> when it is a binding between a <a href="#service-instances">service instance</a> and an <a href="#apps">application</a>
25763+
<p>A service credential binding is of type <code class="prettyprint">app</code> when it is a binding between a <a href="#service-instances">service instance</a> and an <a href="#apps">application</a>.
2576425764
Not all services support this binding, as some services deliver value to users directly without integration with an application.
2576525765
Field <code class="prettyprint">broker_catalog.features.bindable</code> from <a href="#the-service-plan-object">service plan</a> of the service instance can be used to determine if it is bindable.</p>
2576625766

@@ -26135,6 +26135,11 @@ <h4 id="optional-parameters">Optional parameters</h4>
2613526135
<td>The app to be bound. Required when type is <code class="prettyprint">app</code></td>
2613626136
</tr>
2613726137
<tr>
26138+
<td><strong>strategy</strong></td>
26139+
<td>string</td>
26140+
<td>Strategy for creating the service credential binding. Valid values are <code class="prettyprint">single</code> (default) and <code class="prettyprint">multiple</code> (experimental). Only valid when type is <code class="prettyprint">app</code>.</td>
26141+
</tr>
26142+
<tr>
2613826143
<td><strong>parameters</strong></td>
2613926144
<td><em>object</em></td>
2614026145
<td>A JSON object that is passed to the service broker</td>

0 commit comments

Comments
 (0)