mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Added more missing API spec docs
This commit is contained in:
parent
348e34d52e
commit
e6ce84aa14
@ -276,6 +276,10 @@
|
|||||||
"title": {
|
"title": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "A descriptive title of the short URL."
|
"description": "A descriptive title of the short URL."
|
||||||
|
},
|
||||||
|
"crawlable": {
|
||||||
|
"type": "boolean",
|
||||||
|
"description": "Tells if this URL will be included as 'Allow' in Shlink's robots.txt."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -148,6 +148,10 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "A descriptive title of the short URL.",
|
"description": "A descriptive title of the short URL.",
|
||||||
"nullable": true
|
"nullable": true
|
||||||
|
},
|
||||||
|
"crawlable": {
|
||||||
|
"type": "boolean",
|
||||||
|
"description": "Tells if this URL will be included as 'Allow' in Shlink's robots.txt."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user