feat(apiv2): docs fixes

This commit is contained in:
spiral 2021-10-22 17:54:47 -04:00
parent 7d36a39a57
commit 8e0e393f52
No known key found for this signature in database
GPG key ID: A6059F0CA0E1BD31
4 changed files with 10 additions and 9 deletions

View file

@ -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");