{ "opencollection": "1.0.0", "info": { "name": "Axon Server REST Applications Contexts API", "version": "4.9.0" }, "items": [ { "info": { "name": "Contexts", "type": "folder" }, "items": [ { "info": { "name": "Axon Framework - List Contexts", "type": "http" }, "http": { "method": "GET", "url": "{baseUrl}/v1/context" }, "docs": "Returns all application contexts." }, { "info": { "name": "Axon Framework - Create a Context", "type": "http" }, "http": { "method": "POST", "url": "{baseUrl}/v1/context", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new application context." }, { "info": { "name": "Axon Framework - Get a Context", "type": "http" }, "http": { "method": "GET", "url": "{baseUrl}/v1/context/:contextName", "params": [ { "name": "contextName", "value": "", "type": "path" } ] }, "docs": "Returns details of a specific context." }, { "info": { "name": "Axon Framework - Delete a Context", "type": "http" }, "http": { "method": "DELETE", "url": "{baseUrl}/v1/context/:contextName", "params": [ { "name": "contextName", "value": "", "type": "path" } ] }, "docs": "Deletes an application context." } ] } ], "bundled": true }