As announced on February 15th 2024, we removed multiple routes. The routes now require the projectId in the url. The current routes can be found in the Paradym API Reference.
The routes that got removed
- POST: /v1/workflows/yaml
- GET: /v1/workflows/{workflowId}/yaml
- PUT: /v1/workflows/{workflowId}/yaml
- POST: /v1/executions
- GET: /v1/executions
- GET: /v1/executions/{workflowExecutionId}
- GET: /v1/workflows/{workflowId}
- DELETE: /v1/workflows/{workflowId}
- POST: /v1/workflows/{workflowId}/publish
- POST: /v1/workflows/{workflowId}/unpublish
- GET: /v1/workflows






