Commit d716e231 authored by Andreas Heimann's avatar Andreas Heimann

added pronouns to api documentation

parent 84d6fc49
...@@ -41,6 +41,7 @@ ...@@ -41,6 +41,7 @@
"username":"taw", "username":"taw",
"isVerified":true, "isVerified":true,
"isPatreon":true, "isPatreon":true,
"pronouns": "they/them",
"avatar":"https:\/\/spinsha.re\/uploads\/avatar\/5f4147b117c7b.png" "avatar":"https:\/\/spinsha.re\/uploads\/avatar\/5f4147b117c7b.png"
} }
} }
......
...@@ -72,7 +72,8 @@ ...@@ -72,7 +72,8 @@
"username":"taw", "username":"taw",
"coverReference":"5f4147b117c7b.png", "coverReference":"5f4147b117c7b.png",
"isVerified":true, "isVerified":true,
"isPatreon":true "isPatreon":true,
"pronouns": "they/them"
}, },
"recommended":true, "recommended":true,
"comment":"Nice1337", "comment":"Nice1337",
......
...@@ -26,7 +26,14 @@ ...@@ -26,7 +26,14 @@
<div class="alert alert-primary" role="alert"> <div class="alert alert-primary" role="alert">
<h4 class="alert-heading">Last Update</h4> <h4 class="alert-heading">Last Update</h4>
This documentation was last updated on 10/14/2020 at 15:59 CEST This documentation was last updated on 11/02/2020 at 17:59 CEST
</div>
<div class="card">
<h2 class="card-title">11/02/2020</h2>
<ul>
<li>Added preferred pronouns for user profiles</li>
</ul>
</div> </div>
<div class="card"> <div class="card">
......
...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
"username":"thatanimeweirdo", "username":"thatanimeweirdo",
"isVerified":true, "isVerified":true,
"isPatreon":null, "isPatreon":null,
"pronouns": "they/them",
"avatar":"https:\/\/spinsha.re\/uploads\/avatar\/5ef8cddb50106.png" "avatar":"https:\/\/spinsha.re\/uploads\/avatar\/5ef8cddb50106.png"
}, },
... ...
...@@ -94,7 +95,8 @@ ...@@ -94,7 +95,8 @@
"username":"thatanimeweirdo", "username":"thatanimeweirdo",
"isVerified":true, "isVerified":true,
"isPatreon":null, "isPatreon":null,
"avatar":"https:\/\/spinsha.re\/uploads\/avatar\/5ef8cddb50106.png" "avatar":"https:\/\/spinsha.re\/uploads\/avatar\/5ef8cddb50106.png",
"pronouns": "they/them"
}, },
... ...
], ],
......
...@@ -49,7 +49,8 @@ ...@@ -49,7 +49,8 @@
"username": "taw.moe", "username": "taw.moe",
"coverReference": "5f86d761933e1.png", "coverReference": "5f86d761933e1.png",
"isVerified": null, "isVerified": null,
"isPatreon": null "isPatreon": null,
"pronouns": "they/them"
}, },
"songs": [ "songs": [
{ {
......
...@@ -133,7 +133,8 @@ ...@@ -133,7 +133,8 @@
"username":"NicolasPL", "username":"NicolasPL",
"coverReference":"5e98e02997f6c.png", "coverReference":"5e98e02997f6c.png",
"isVerified":null, "isVerified":null,
"isPatreon":null "isPatreon":null,
"pronouns": "they/them"
}, },
"recommended":true, "recommended":true,
"comment":"Really good. I played it on Expert, really fun.", "comment":"Really good. I played it on Expert, really fun.",
...@@ -188,7 +189,8 @@ ...@@ -188,7 +189,8 @@
"username":"Zick407", "username":"Zick407",
"coverReference":"5e9935a0afa55.png", "coverReference":"5e9935a0afa55.png",
"isVerified":false, "isVerified":false,
"isPatreon":null "isPatreon":null,
"pronouns": "they/them"
}, },
"videoUrl":"https:\/\/www.youtube.com\/watch?v=bEVdyM5_qxA", "videoUrl":"https:\/\/www.youtube.com\/watch?v=bEVdyM5_qxA",
"videoThumbnail":"https:\/\/i.ytimg.com\/vi\/bEVdyM5_qxA\/maxresdefault.jpg", "videoThumbnail":"https:\/\/i.ytimg.com\/vi\/bEVdyM5_qxA\/maxresdefault.jpg",
......
...@@ -49,7 +49,8 @@ ...@@ -49,7 +49,8 @@
"description":"This card was given out to every player of the Spring 2020 SpinShare Speen Open tournament." "description":"This card was given out to every player of the Spring 2020 SpinShare Speen Open tournament."
}, },
... ...
] ],
"pronouns": "they/them"
} }
} }
</pre> </pre>
...@@ -180,7 +181,8 @@ ...@@ -180,7 +181,8 @@
"username":"not-taw", "username":"not-taw",
"coverReference":"", "coverReference":"",
"isVerified":false, "isVerified":false,
"isPatreon":null "isPatreon":null,
"pronouns": "they/them"
}, },
"recommended":false, "recommended":false,
"comment":"Sucks Ass!", "comment":"Sucks Ass!",
...@@ -237,7 +239,8 @@ ...@@ -237,7 +239,8 @@
"username":"taw", "username":"taw",
"coverReference":"5f4147b117c7b.png", "coverReference":"5f4147b117c7b.png",
"isVerified":true, "isVerified":true,
"isPatreon":true "isPatreon":true,
"pronouns": "they/them"
}, },
"videoUrl":"https:\/\/youtu.be\/tPycD9OwojQ", "videoUrl":"https:\/\/youtu.be\/tPycD9OwojQ",
"videoThumbnail":"https:\/\/i.ytimg.com\/vi\/tPycD9OwojQ\/maxresdefault.jpg", "videoThumbnail":"https:\/\/i.ytimg.com\/vi\/tPycD9OwojQ\/maxresdefault.jpg",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment