{ "opencollection": "1.0.0", "info": { "name": "Identity Service Ably Validation Rules API", "version": "1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Validation Rules", "type": "folder" }, "items": [ { "info": { "name": "EntryValidationRulesController_setOneForInitiative_v1", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/validations/customers/:customerId/initiatives/:initiativeExternalId/rules", "params": [ { "name": "customerId", "value": "", "type": "path" }, { "name": "initiativeExternalId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "EntryValidationRulesController_findApplicable_v1", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/validations/rules/applicable", "params": [ { "name": "initiativeId", "value": "", "type": "query", "description": "initiative's identifier" } ] } }, { "info": { "name": "EntryValidationRulesController_findOneForCustomer_v1", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/validations/customers/:customerId/rules", "params": [ { "name": "customerId", "value": "", "type": "path", "description": "customer id" } ] } }, { "info": { "name": "EntryValidationRulesController_setOneForCustomer_v1", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/validations/customers/:customerId/rules", "params": [ { "name": "customerId", "value": "", "type": "path", "description": "customer id" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "EntryValidationRulesController_findOneForInitiative_v1", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/validations/customers/:customerId/initiatives/:initiativeId/rules", "params": [ { "name": "customerId", "value": "", "type": "path", "description": "id of the customer who owns the resource" }, { "name": "initiativeId", "value": "", "type": "path", "description": "initiative id of the resource" } ] } } ] } ], "bundled": true }