Skip to content
Snippets Groups Projects
Commit 777bec24 authored by Andreas Huber's avatar Andreas Huber
Browse files

#12 API Specification: Missing destinationId in Get Status endpoint of Sender API

parent 9ff915e3
No related branches found
No related tags found
No related merge requests found
......@@ -759,7 +759,7 @@
]
}
},
"/{senderId}/applications/{applicationId}/status": {
"/{senderId}/destinations/{destinationId}/applications/{applicationId}/status": {
"parameters": [
{
"schema": {
......@@ -776,6 +776,14 @@
"name": "applicationId",
"in": "path",
"required": true
},
{
"schema": {
"type": "string"
},
"name": "destinationId",
"in": "path",
"required": true
}
],
"get": {
......
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