Added more missing API spec docs

This commit is contained in:
Alejandro Celaya 2021-05-22 07:40:21 +02:00
parent 348e34d52e
commit e6ce84aa14
2 changed files with 8 additions and 0 deletions

View file

@ -276,6 +276,10 @@
"title": {
"type": "string",
"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."
}
}
}

View file

@ -148,6 +148,10 @@
"type": "string",
"description": "A descriptive title of the short URL.",
"nullable": true
},
"crawlable": {
"type": "boolean",
"description": "Tells if this URL will be included as 'Allow' in Shlink's robots.txt."
}
}
}