Skip to content
Snippets Groups Projects

Feature/add auth step

Closed Jean-Clement Gallardo requested to merge feature/addAuthStep into master
4 files
+ 73
1
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 25
0
tags:
- Pathways
summary: del Pathway
description: delete for Step
operationId: delStep
x-eov-operation-handler: steps
security:
- appAuth: []
userAuth: []
parameters:
- name: id
in: query
description: the id for the Step
required: false
schema:
type: integer
responses:
200:
description: successful operation
content:
application/json:
schema:
$ref: ../../schemas/pathways/StepResponse.yml
404:
$ref: ../../responses/notFound.yml
\ No newline at end of file
Loading