Skip to content

Commit

Permalink
feat(sdk): Auto-commit from 'analyticsapi-engines-sdk-generator' repo…
Browse files Browse the repository at this point in the history
…sitory PR 56 for SDK version v5.6.0
  • Loading branch information
factset-sdk-bot committed Nov 14, 2023
1 parent 5516306 commit 019674e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion auto-generated-sdk/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22283,7 +22283,7 @@ paths:
name: X-FactSet-Api-Long-Running-Deadline
required: false
schema:
example: 1
example: 10
type: integer
style: simple
- description: Standard HTTP header. Accepts max-stale.
Expand Down
2 changes: 1 addition & 1 deletion auto-generated-sdk/docs/PaCalculationsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ public class Example {
Bearer.setBearerToken("BEARER TOKEN");

PaCalculationsApi apiInstance = new PaCalculationsApi(defaultClient);
Integer xFactSetApiLongRunningDeadline = 1; // Integer | Long running deadline in seconds when only one unit is passed in the POST body.
Integer xFactSetApiLongRunningDeadline = 10; // Integer | Long running deadline in seconds when only one unit is passed in the POST body.
String cacheControl = "cacheControl_example"; // String | Standard HTTP header. Accepts max-stale.
PACalculationParametersRoot paCalculationParametersRoot = new PACalculationParametersRoot(); // PACalculationParametersRoot | Calculation Parameters
try {
Expand Down

0 comments on commit 019674e

Please sign in to comment.