From 54b610682a7fe564fcf4f66d15a5e03efec06324 Mon Sep 17 00:00:00 2001 From: Braydon Date: Tue, 16 Apr 2024 16:48:50 -0700 Subject: [PATCH] Update api/player/skinPart --- api%2Fplayer%2FskinPart.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api%2Fplayer%2FskinPart.md b/api%2Fplayer%2FskinPart.md index 7303983..a66285a 100644 --- a/api%2Fplayer%2FskinPart.md +++ b/api%2Fplayer%2FskinPart.md @@ -1,9 +1,9 @@ # Skin Part Texture -`GET` [/player/(part)/(query).png?size=256](https://mc.rainnny.club/player/head/Rainnny.png?size=256) +`GET` [/player/(part)/(query).png?size=256](https://api.restfulmc.cc/player/head/Rainnny.png?size=256) Get a skin part from a player's skin texture. -View the [Swagger Docs](https://mc.rainnny.club/swagger-ui/index.html#/Player%20Controller/getPartTexture) for more. +View the [Swagger Docs](https://api.restfulmc.cc/swagger-ui/index.html#/Player%20Controller/getPartTexture) for more. ## Skin Parts View a list of [Vanilla](https://git.rainnny.club/Rainnny/RESTfulMC/src/branch/master/API/src/main/java/me/braydon/mc/model/skin/ISkinPart.java#L82) and [Custom](https://git.rainnny.club/Rainnny/RESTfulMC/src/branch/master/API/src/main/java/me/braydon/mc/model/skin/ISkinPart.java#L216) skin parts that can be used. @@ -24,4 +24,4 @@ View a list of [Vanilla](https://git.rainnny.club/Rainnny/RESTfulMC/src/branch/m Results are cached for up to `15 minutes` ## Response -![Player Head](https://mc.rainnny.club/player/head/Rainnny.png?size=256) \ No newline at end of file +![Player Head](https://api.restfulmc.cc/player/head/Rainnny.png?size=256) \ No newline at end of file