Skip to content

Commit

Permalink
Merge pull request #1224 from agrare/delete_old_workflow_endpoints
Browse files Browse the repository at this point in the history
Delete old workflow* APIs
  • Loading branch information
kbrock committed May 15, 2023
2 parents 36038d0 + 644c09c commit e198086
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 135 deletions.
4 changes: 0 additions & 4 deletions app/controllers/api/workflow_instances_controller.rb

This file was deleted.

4 changes: 0 additions & 4 deletions app/controllers/api/workflows_controller.rb

This file was deleted.

28 changes: 0 additions & 28 deletions config/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4931,34 +4931,6 @@
:post:
- :name: generate_content
:identifier: widget_generate_content
:workflow_instances:
:description: Workflow Instances
:options:
- :collection
:verbs: *g
:klass: WorkflowInstance
:collection_actions:
:get:
- :name: read
:identifier: embedded_workflow_instance_show_list
:resource_actions:
:get:
- :name: read
:identifier: embedded_workflow_instance_view
:workflows:
:description: Workflows
:options:
- :collection
:verbs: *g
:klass: Workflow
:collection_actions:
:get:
- :name: read
:identifier: embedded_workflow_show_list
:resource_actions:
:get:
- :name: read
:identifier: embedded_workflow_view
:zones:
:description: Zones
:identifier: zone
Expand Down
66 changes: 0 additions & 66 deletions spec/requests/workflow_instances_spec.rb

This file was deleted.

33 changes: 0 additions & 33 deletions spec/requests/workflows_spec.rb

This file was deleted.

0 comments on commit e198086

Please sign in to comment.