Skip to content

Commit

Permalink
api: remove dup on OpenAPI GitLab operations
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Rodriguez committed Dec 10, 2019
1 parent 7150db7 commit fd324c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reana_commons/openapi_specifications/reana_server.json
Expand Up @@ -117,7 +117,7 @@
"/api/gitlab/webhook": {
"delete": {
"description": "Remove an existing REANA webhook from a project on GitLab",
"operationId": "gitlab_webhook",
"operationId": "delete_gitlab_webhook",
"parameters": [
{
"description": "The GitLab project id.",
Expand Down Expand Up @@ -160,7 +160,7 @@
},
"post": {
"description": "Setup a webhook for a GitLab project on GitLab.",
"operationId": "gitlab_webhook",
"operationId": "create_gitlab_webhook",
"parameters": [
{
"description": "The GitLab project id.",
Expand Down

0 comments on commit fd324c9

Please sign in to comment.