Skip to content

Commit

Permalink
Updated API from documentation release
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Nov 18, 2024
1 parent 6a8624f commit 971c1b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api-specs/api/types/extension/Extension.raml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ properties:
type: integer
description: |
Maximum time (in milliseconds) that the Extension can respond within.
If no timeout is provided, the default value is used for all types of Extensions.
If no timeout is provided, the [default value](#time-limits) is used for all types of Extensions, including `payment` Extensions.
The maximum value is 10000 ms (10 seconds) for `payment` Extensions and 2000 ms (2 seconds) for all other Extensions.
default: 2000
2 changes: 1 addition & 1 deletion api-specs/api/types/extension/ExtensionDraft.raml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ properties:
type: integer
description: |
Maximum time (in milliseconds) the Extension can respond within.
If no timeout is provided, the default value is used for all types of Extensions.
If no timeout is provided, the [default value](/#time-limits) is used for all types of Extensions, including `payment` Extensions.
The maximum value is 10000 ms (10 seconds) for `payment` Extensions and 2000 ms (2 seconds) for all other Extensions.
This limit can be increased per Project after we review the performance impact.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ properties:
type: integer
description: |
Value to set. If not defined, the maximum value is used.
If no timeout is provided, the default value is used for all types of Extensions.
If no timeout is provided, the [default value](#time-limits) is used for all types of Extensions, including `payment` Extensions.
The maximum value is 10000 ms (10 seconds) for `payment` Extensions and 2000 ms (2 seconds) for all other Extensions.
This limit can be increased per Project after we review the performance impact.
Expand Down

0 comments on commit 971c1b4

Please sign in to comment.