mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Updated asyn API spec
This commit is contained in:
parent
074bfe3db2
commit
be1ce06c00
@ -75,6 +75,23 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"https://shlink.io/new-short-url": {
|
||||||
|
"subscribe": {
|
||||||
|
"summary": "Receive information about any new short URL.",
|
||||||
|
"operationId": "newshortUrl",
|
||||||
|
"message": {
|
||||||
|
"payload": {
|
||||||
|
"type": "object",
|
||||||
|
"additionalProperties": false,
|
||||||
|
"properties": {
|
||||||
|
"shortUrl": {
|
||||||
|
"$ref": "#/components/schemas/ShortUrl"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"components": {
|
"components": {
|
||||||
|
Loading…
Reference in New Issue
Block a user