feat(apiv2): switch endpoints

This commit is contained in:
spiral 2021-10-13 05:29:33 -04:00
parent f602f22a3d
commit 5add31c77e
No known key found for this signature in database
GPG key ID: A6059F0CA0E1BD31
5 changed files with 161 additions and 29 deletions

View file

@ -32,6 +32,7 @@ namespace PluralKit.API
public struct PostSwitchParams
{
public Instant? Timestamp { get; set; }
public ICollection<string> Members { get; set; }
}