Skip to content

Commit 971c1b4

Browse files
committed
Updated API from documentation release
1 parent 6a8624f commit 971c1b4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

api-specs/api/types/extension/Extension.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ properties:
5151
type: integer
5252
description: |
5353
Maximum time (in milliseconds) that the Extension can respond within.
54-
If no timeout is provided, the default value is used for all types of Extensions.
54+
If no timeout is provided, the [default value](#time-limits) is used for all types of Extensions, including `payment` Extensions.
5555
The maximum value is 10000 ms (10 seconds) for `payment` Extensions and 2000 ms (2 seconds) for all other Extensions.
5656
default: 2000

api-specs/api/types/extension/ExtensionDraft.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ properties:
2222
type: integer
2323
description: |
2424
Maximum time (in milliseconds) the Extension can respond within.
25-
If no timeout is provided, the default value is used for all types of Extensions.
25+
If no timeout is provided, the [default value](/#time-limits) is used for all types of Extensions, including `payment` Extensions.
2626
The maximum value is 10000 ms (10 seconds) for `payment` Extensions and 2000 ms (2 seconds) for all other Extensions.
2727
2828
This limit can be increased per Project after we review the performance impact.

api-specs/api/types/extension/updates/ExtensionSetTimeoutInMsAction.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ properties:
88
type: integer
99
description: |
1010
Value to set. If not defined, the maximum value is used.
11-
If no timeout is provided, the default value is used for all types of Extensions.
11+
If no timeout is provided, the [default value](#time-limits) is used for all types of Extensions, including `payment` Extensions.
1212
The maximum value is 10000 ms (10 seconds) for `payment` Extensions and 2000 ms (2 seconds) for all other Extensions.
1313
1414
This limit can be increased per Project after we review the performance impact.

0 commit comments

Comments
 (0)