{ "opencollection": "1.0.0", "info": { "name": "Argo CD Applications Workflow Templates API", "version": "v2.x" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Workflow Templates", "type": "folder" }, "items": [ { "info": { "name": "Argo Workflows Argo List Workflow Templates", "type": "http" }, "http": { "method": "GET", "url": "https://localhost/api/v1/workflow-templates/:namespace", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "Kubernetes namespace" }, { "name": "listOptions.labelSelector", "value": "", "type": "query", "description": "Label selector to filter templates" } ] }, "docs": "Returns a list of workflow templates in the specified namespace." }, { "info": { "name": "Argo Workflows Argo Create a Workflow Template", "type": "http" }, "http": { "method": "POST", "url": "https://localhost/api/v1/workflow-templates/:namespace", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "Kubernetes namespace" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new workflow template in the specified namespace." }, { "info": { "name": "Argo Workflows Argo Get a Workflow Template", "type": "http" }, "http": { "method": "GET", "url": "https://localhost/api/v1/workflow-templates/:namespace/:name", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "Kubernetes namespace" }, { "name": "name", "value": "", "type": "path", "description": "Name of the workflow template" } ] }, "docs": "Returns a specific workflow template by name." }, { "info": { "name": "Argo Workflows Argo Update a Workflow Template", "type": "http" }, "http": { "method": "PUT", "url": "https://localhost/api/v1/workflow-templates/:namespace/:name", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "Kubernetes namespace" }, { "name": "name", "value": "", "type": "path", "description": "Name of the workflow template" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing workflow template." }, { "info": { "name": "Argo Workflows Argo Delete a Workflow Template", "type": "http" }, "http": { "method": "DELETE", "url": "https://localhost/api/v1/workflow-templates/:namespace/:name", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "Kubernetes namespace" }, { "name": "name", "value": "", "type": "path", "description": "Name of the workflow template" } ] }, "docs": "Deletes a specific workflow template by name." } ] } ], "bundled": true }