Deprecated tags creation

This commit is contained in:
Alejandro Celaya
2020-11-02 11:05:14 +01:00
parent 397f7d09e3
commit 544836b986
5 changed files with 7 additions and 2 deletions
+2 -1
View File
@@ -87,12 +87,13 @@
},
"post": {
"deprecated": true,
"operationId": "createTags",
"tags": [
"Tags"
],
"summary": "Create tags",
"description": "Provided a list of tags, creates all that do not yet exist",
"description": "Provided a list of tags, creates all that do not yet exist<br />This endpoint is deprecated, as tags are automatically created while creating a short URL",
"security": [
{
"ApiKey": []