forked from kevadesu/forgejo
expose star activity to swagger
This commit is contained in:
parent
dc1a82bf4c
commit
07cf963af3
2 changed files with 17 additions and 3 deletions
|
@ -28,7 +28,7 @@ var KnownSourceTypes = SourceTypes{
|
|||
// Star activity for adding a star to an repository
|
||||
// swagger:model
|
||||
type Star struct {
|
||||
// swagger: ignore
|
||||
// swagger:ignore
|
||||
ap.Activity
|
||||
// Source identifies the system generated this Activity. Exact one value has to be specified.
|
||||
Source SourceType `jsonld:"source,omitempty"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue