Skip to content

Commit 4a3209b

Browse files
committed
automatic update of docs/swagger files (release v4.2.0)
1 parent b717ce7 commit 4a3209b

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docs/swagger-dev.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,7 @@
10211021
},
10221022
"/v4/highscores/{world}/{category}/{vocation}/{page}": {
10231023
"get": {
1024-
"description": "Show all highscores of tibia",
1024+
"description": "Show all highscores of tibia\nIn restriction mode, the valid vocation option is all.",
10251025
"consumes": [
10261026
"application/json"
10271027
],
@@ -1078,7 +1078,7 @@
10781078
],
10791079
"type": "string",
10801080
"default": "all",
1081-
"x-example": "knights",
1081+
"x-example": "all",
10821082
"description": "The vocation",
10831083
"name": "vocation",
10841084
"in": "path",
@@ -3387,7 +3387,7 @@
33873387
"type": "string"
33883388
},
33893389
"transfer_type": {
3390-
"description": "The type of transfer restrictions it has. regular (if not present) / locked / blocked",
3390+
"description": "The type of transfer restrictions it has. regular / locked / blocked",
33913391
"type": "string"
33923392
}
33933393
}
@@ -3838,7 +3838,7 @@
38383838
"type": "string"
38393839
},
38403840
"transfer_type": {
3841-
"description": "The type of transfer restrictions it has. regular (if not present) / locked / blocked",
3841+
"description": "The type of transfer restrictions it has. regular / locked / blocked",
38423842
"type": "string"
38433843
},
38443844
"world_quest_titles": {

docs/swagger.json

Lines changed: 5 additions & 5 deletions
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.1.2"
19+
"version": "v4.2.0"
2020
},
2121
"host": "api.tibiadata.com",
2222
"basePath": "/",
@@ -1021,7 +1021,7 @@
10211021
},
10221022
"/v4/highscores/{world}/{category}/{vocation}/{page}": {
10231023
"get": {
1024-
"description": "Show all highscores of tibia",
1024+
"description": "Show all highscores of tibia\nIn restriction mode, the valid vocation option is all.",
10251025
"consumes": [
10261026
"application/json"
10271027
],
@@ -1078,7 +1078,7 @@
10781078
],
10791079
"type": "string",
10801080
"default": "all",
1081-
"x-example": "knights",
1081+
"x-example": "all",
10821082
"description": "The vocation",
10831083
"name": "vocation",
10841084
"in": "path",
@@ -3387,7 +3387,7 @@
33873387
"type": "string"
33883388
},
33893389
"transfer_type": {
3390-
"description": "The type of transfer restrictions it has. regular (if not present) / locked / blocked",
3390+
"description": "The type of transfer restrictions it has. regular / locked / blocked",
33913391
"type": "string"
33923392
}
33933393
}
@@ -3838,7 +3838,7 @@
38383838
"type": "string"
38393839
},
38403840
"transfer_type": {
3841-
"description": "The type of transfer restrictions it has. regular (if not present) / locked / blocked",
3841+
"description": "The type of transfer restrictions it has. regular / locked / blocked",
38423842
"type": "string"
38433843
},
38443844
"world_quest_titles": {

0 commit comments

Comments
 (0)