shlink/docs/swagger/definitions/DeviceLongUrlsEdit.json

17 lines
294 B
JSON

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