shlink/docs/swagger/definitions/DeviceLongUrlsResp.json

7 lines
140 B
JSON

{
"type": "object",
"required": ["android", "ios", "desktop"],
"allOf": [{
"$ref": "./DeviceLongUrlsEdit.json"
}]
}