shlink/docs/swagger/definitions/DeviceLongUrlsEdit.json

17 lines
294 B
JSON

{
"type": "object",
"allOf": [{
"$ref": "./DeviceLongUrls.json"
}],
"properties": {
"android": {
"type": ["null"]
},
"ios": {
"type": ["null"]
},
"desktop": {
"type": ["null"]
}
}
}