Updated asyn API spec

This commit is contained in:
Alejandro Celaya 2022-07-25 09:04:15 +02:00
parent 074bfe3db2
commit be1ce06c00

View file

@ -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": {