Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
metexplore3-api-specs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
metexplore
metexplore-api
metexplore3-api-specs
Merge requests
!7
Feature/add auth step
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Feature/add auth step
feature/addAuthStep
into
master
Overview
4
Commits
8
Pipelines
4
Changes
4
Closed
Jean-Clement Gallardo
requested to merge
feature/addAuthStep
into
master
1 year ago
Overview
4
Commits
8
Pipelines
4
Changes
4
Expand
Add user and app auth + delete and update methods for steps
0
0
Merge request reports
Viewing commit
4d804c34
Prev
Next
Show latest version
4 files
+
73
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
4d804c34
add user and app auth + add delete and update method for step
· 4d804c34
JeanClement
authored
1 year ago
paths/steps/delete.yml
0 → 100644
+
25
−
0
Options
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