Skip to content

Commit

Permalink
Deployed ef530a61ab to dev-2.x in en with MkDocs 1.5.3 and mike 1.2.0…
Browse files Browse the repository at this point in the history
….dev0
  • Loading branch information
OTP Bot committed Jun 10, 2024
1 parent a37bed3 commit 963db21
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions en/dev-2.x/RouterConfiguration/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2282,6 +2282,14 @@ <h2 id="parameter-summary">Parameter Summary</h2>
<td style="text-align: center;">na</td>
</tr>
<tr>
<td>   <a href="#transmodelApi_maxNumberOfResultFields">maxNumberOfResultFields</a></td>
<td style="text-align: center;"><code>integer</code></td>
<td>The maximum number of fields in a GraphQL result</td>
<td style="text-align: center;"><em>Optional</em></td>
<td><code>1000000</code></td>
<td style="text-align: center;">2.6</td>
</tr>
<tr>
<td>   <a href="#transmodelApi_tracingHeaderTags">tracingHeaderTags</a></td>
<td style="text-align: center;"><code>string[]</code></td>
<td>Used to group requests when monitoring OTP.</td>
Expand Down Expand Up @@ -2584,6 +2592,12 @@ <h3 id="transmodelApi_hideFeedId">hideFeedId</h3>
<strong>Path:</strong> /transmodelApi </p>
<p>Hide the FeedId in all API output, and add it to input.</p>
<p>Only turn this feature on if you have unique ids across all feeds, without the feedId prefix.</p>
<h3 id="transmodelApi_maxNumberOfResultFields">maxNumberOfResultFields</h3>

<p><strong>Since version:</strong> <code>2.6</code><strong>Type:</strong> <code>integer</code><strong>Cardinality:</strong> <code>Optional</code><strong>Default value:</strong> <code>1000000</code> <br />
<strong>Path:</strong> /transmodelApi </p>
<p>The maximum number of fields in a GraphQL result</p>
<p>Enforce rate limiting based on query complexity; Queries that return too much data are cancelled.</p>
<h3 id="transmodelApi_tracingHeaderTags">tracingHeaderTags</h3>

<p><strong>Since version:</strong> <code>na</code><strong>Type:</strong> <code>string[]</code><strong>Cardinality:</strong> <code>Optional</code> <br />
Expand Down
2 changes: 1 addition & 1 deletion en/dev-2.x/search/search_index.json

Large diffs are not rendered by default.

0 comments on commit 963db21

Please sign in to comment.