mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
feat(apiv2): docs fixes
This commit is contained in:
parent
7d36a39a57
commit
8e0e393f52
4 changed files with 10 additions and 9 deletions
|
|
@ -24,7 +24,7 @@ namespace PluralKit.API
|
|||
else return Ok(system.ToJson(this.ContextFor(system), v: APIVersion.V2));
|
||||
}
|
||||
|
||||
[HttpPatch]
|
||||
[HttpPatch("@me")]
|
||||
public async Task<IActionResult> DoSystemPatch([FromBody] JObject data)
|
||||
{
|
||||
var system = await ResolveSystem("@me");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue