Skip to content

Commit e60554c

Browse files
committed
Updated API from documentation release
1 parent e111bc9 commit e60554c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

api-specs/api/resources/recurring-orders.raml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ post:
7777
securedBy: [oauth_2_0: { scopes: ['manage_recurring_orders:{projectKey}'] }]
7878
description: |
7979
Updates a Recurring Order using one or more [update actions](/../api/projects/recurring-orders#update-actions).
80+
81+
A Recurring Order can only be updated when it is not processing an Order. Otherwise, an [InvalidOperation](ctp:api:type:InvalidOperationError) error is returned.
8082
body:
8183
application/json:
8284
example: !include ../examples/recurring-order-update.example.json
@@ -124,6 +126,8 @@ post:
124126
securedBy: [oauth_2_0: { scopes: ['manage_recurring_orders:{projectKey}'] }]
125127
description: |
126128
Updates a Recurring Order using one or more [update actions](/../api/projects/recurring-orders#update-actions).
129+
130+
A Recurring Order can only be updated when it is not processing an Order. Otherwise, an [InvalidOperation](ctp:api:type:InvalidOperationError) error is returned.
127131
body:
128132
application/json:
129133
example: !include ../examples/recurring-order-update.example.json

0 commit comments

Comments
 (0)