Skip to content
Snippets Groups Projects
Commit da5d8a94 authored by Alexey Lunin's avatar Alexey Lunin
Browse files

chore: update swagger.json

parent 41ff42d6
No related branches found
No related tags found
1 merge request!93OCM key - svdx id mapping OP#252
Pipeline #74849 waiting for manual action with stages
......@@ -1089,6 +1089,27 @@
}
}
}
},
"/api/v1/ocm/request-sender-email-vc": {
"post": {
"operationId": "RestController_requestSenderEmailVC",
"parameters": [],
"requestBody": {
"required": true,
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/RequestSenderEmailVcDto"
}
}
}
},
"responses": {
"201": {
"description": ""
}
}
}
}
},
"info": {
......@@ -1945,6 +1966,17 @@
"method",
"tags"
]
},
"RequestSenderEmailVcDto": {
"type": "object",
"properties": {
"email": {
"type": "string"
}
},
"required": [
"email"
]
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment