From be1ce06c00a34e3df859cbe5713359911353f6a3 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Mon, 25 Jul 2022 09:04:15 +0200 Subject: [PATCH] Updated asyn API spec --- docs/async-api/async-api.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/async-api/async-api.json b/docs/async-api/async-api.json index e8c3e5d2..3b59e8e5 100644 --- a/docs/async-api/async-api.json +++ b/docs/async-api/async-api.json @@ -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": {