{ "opencollection": "1.0.0", "info": { "name": "{{ title }} align events API", "version": "2.1.86" }, "items": [ { "info": { "name": "events", "type": "folder" }, "items": [ { "info": { "name": "Reset the precomputed data related to the pushed events.", "type": "http" }, "http": { "method": "POST", "url": "{{ server_url }}/v1/events/clear_cache", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Reset the precomputed data related to the pushed events." }, { "info": { "name": "Notify about new deployments.", "type": "http" }, "http": { "method": "POST", "url": "{{ server_url }}/v1/events/deployments", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Notify about new deployments." }, { "info": { "name": "Retrieve the labels associated with the deployment.", "type": "http" }, "http": { "method": "GET", "url": "{{ server_url }}/v1/events/deployment/:name/labels", "params": [ { "name": "name", "value": "", "type": "path", "description": "Name of the deployment." } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Retrieve the labels associated with the deployment." }, { "info": { "name": "Modify the labels for the deployment applying the given instructions.\n", "type": "http" }, "http": { "method": "PATCH", "url": "{{ server_url }}/v1/events/deployment/:name/labels", "params": [ { "name": "name", "value": "", "type": "path", "description": "Name of the deployment." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Modify the labels for the deployment applying the given instructions.\n" }, { "info": { "name": "Notify about new releases. The release settings must be set to \"event\".", "type": "http" }, "http": { "method": "POST", "url": "{{ server_url }}/v1/events/releases", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Notify about new releases. The release settings must be set to \"event\"." } ] } ], "bundled": true }