File tree Expand file tree Collapse file tree 1 file changed +40
-1
lines changed
Expand file tree Collapse file tree 1 file changed +40
-1
lines changed Original file line number Diff line number Diff line change 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" ,
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" : [],
You can’t perform that action at this time.
0 commit comments