{"openapi":"3.0.3","info":{"title":"Control API","version":"1.0.0","description":"API for creating messenger invite links"},"paths":{"/create-tg":{"parameters":[],"post":{"summary":"Create or update Telegram invite link","operationId":"createTgLink","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["phone","targetUrl"],"properties":{"phone":{"type":"string","example":"79001234567"},"targetUrl":{"type":"string","format":"uri","example":"https://t.me/joinchat/abc"}}}}}},"responses":{"200":{"description":"Link updated","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"phone":{"type":"string"},"targetUrl":{"type":"string"},"type":{"type":"string","enum":["tg"]},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"isUpdate":{"type":"boolean"},"sequenceId":{"type":"string","format":"uuid"}}}}}},"201":{"description":"Link created","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"phone":{"type":"string"},"targetUrl":{"type":"string"},"type":{"type":"string","enum":["tg"]},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"isUpdate":{"type":"boolean"},"sequenceId":{"type":"string","format":"uuid"}}}}}},"400":{"description":"Invalid request"}}}},"/create-max":{"parameters":[],"post":{"summary":"Create or update Max invite link","operationId":"createMaxLink","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["phone","targetUrl"],"properties":{"phone":{"type":"string","example":"79001234567"},"targetUrl":{"type":"string","format":"uri","example":"https://max.ru/join/abc"}}}}}},"responses":{"200":{"description":"Link updated","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"phone":{"type":"string"},"targetUrl":{"type":"string"},"type":{"type":"string","enum":["max"]},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"isUpdate":{"type":"boolean"},"sequenceId":{"type":"string","format":"uuid"}}}}}},"201":{"description":"Link created","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"phone":{"type":"string"},"targetUrl":{"type":"string"},"type":{"type":"string","enum":["max"]},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"isUpdate":{"type":"boolean"},"sequenceId":{"type":"string","format":"uuid"}}}}}},"400":{"description":"Invalid request"}}}}}}