Skip to content

Commit 0b10c68

Browse files
committed
automatic update of docs/swagger files (release v4.3.0)
1 parent 0bf34eb commit 0b10c68

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

docs/swagger-dev.json

+7
Original file line numberDiff line numberDiff line change
@@ -2996,6 +2996,13 @@
29962996
}
29972997
]
29982998
},
2999+
"tibia_urls": {
3000+
"description": "The links to the sources of the data on tibia.com",
3001+
"type": "array",
3002+
"items": {
3003+
"type": "string"
3004+
}
3005+
},
29993006
"timestamp": {
30003007
"description": "The timestamp from when the data was processed.",
30013008
"type": "string"

docs/swagger.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"name": "MIT",
1717
"url": "https://github.com/TibiaData/tibiadata-api-go/blob/main/LICENSE"
1818
},
19-
"version": "v4.2.3"
19+
"version": "v4.3.0"
2020
},
2121
"host": "api.tibiadata.com",
2222
"basePath": "/",
@@ -2996,6 +2996,13 @@
29962996
}
29972997
]
29982998
},
2999+
"tibia_urls": {
3000+
"description": "The links to the sources of the data on tibia.com",
3001+
"type": "array",
3002+
"items": {
3003+
"type": "string"
3004+
}
3005+
},
29993006
"timestamp": {
30003007
"description": "The timestamp from when the data was processed.",
30013008
"type": "string"

0 commit comments

Comments
 (0)