{ "opencollection": "1.0.0", "info": { "name": "WildApricot Admin Accounts OnlineStore.Orders.Operations API", "version": "7.24.0" }, "items": [ { "info": { "name": "OnlineStore.Orders.Operations", "type": "folder" }, "items": [ { "info": { "name": "WildApricot PUT /accounts/{accountId}/store/orders/{orderNumber}/status", "type": "http" }, "http": { "method": "PUT", "url": "https://api.wildapricot.org/v2.2/accounts/:accountId/store/orders/:orderNumber/status", "params": [ { "name": "orderNumber", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://oauth.wildapricot.org/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "WildApricot PUT /accounts/{accountId}/store/orders/{orderNumber}/status" } ] } ], "bundled": true }