Skip to content

Commit 1172d0b

Browse files
committed
Update oas3-api.json
1 parent 2001a09 commit 1172d0b

File tree

1 file changed

+40
-1
lines changed

1 file changed

+40
-1
lines changed

oas3-api.json

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,45 @@
3232
]
3333
}
3434
},
35+
"/skins/{id}": {
36+
"get": {
37+
"operationId": "getSkin",
38+
"parameters": [
39+
{
40+
"name": "id",
41+
"required": true,
42+
"in": "path",
43+
"schema": {
44+
"type": "string"
45+
}
46+
}
47+
],
48+
"responses": {
49+
"200": {
50+
"description": "",
51+
"content": {
52+
"application/json": {
53+
"schema": {
54+
"$ref": "#/components/schemas/Skin"
55+
}
56+
}
57+
}
58+
},
59+
"401": {
60+
"description": ""
61+
},
62+
"403": {
63+
"description": ""
64+
},
65+
"404": {
66+
"description": ""
67+
}
68+
},
69+
"tags": [
70+
"Skins"
71+
]
72+
}
73+
},
3574
"/accounts/identify": {
3675
"get": {
3776
"operationId": "identifyAccount",
@@ -445,7 +484,7 @@
445484
"info": {
446485
"title": "Namet.ag API",
447486
"description": "Namet.ag public API documentation",
448-
"version": "0.0.2",
487+
"version": "0.0.3",
449488
"contact": {}
450489
},
451490
"tags": [],

0 commit comments

Comments
 (0)