Work on following relations api and small docs

This commit is contained in:
Melody Becker 2024-11-15 16:15:07 +01:00
parent 526b5c2fef
commit f656757710
3 changed files with 217 additions and 22 deletions

View file

@ -96,6 +96,7 @@ type linstromRelation struct {
UpdatedAt time.Time `jsonapi:"attr,updated-at"`
FromId string `jsonapi:"attr,from-id"`
ToId string `jsonapi:"attr,to-id"`
Requested bool `jsonapi:"attr,requested"`
Accepted bool `jsonapi:"attr,accepted"`
}