mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-02 12:52:12 +00:00
use star as swagger model
This commit is contained in:
parent
18f4c514ec
commit
dc1a82bf4c
4 changed files with 19 additions and 2 deletions
|
@ -34,7 +34,6 @@ func Repository(ctx *context.APIContext) {
|
|||
// "200":
|
||||
// "$ref": "#/responses/ActivityPub"
|
||||
|
||||
// TODO: Mabe we should use F3 Repo instead?
|
||||
link := fmt.Sprintf("%s/api/v1/activitypub/repoistory-id/%d", strings.TrimSuffix(setting.AppURL, "/"), ctx.Repo.Repository.ID)
|
||||
repo := forgefed.RepositoryNew(ap.IRI(link))
|
||||
|
||||
|
@ -61,6 +60,10 @@ func RepositoryInbox(ctx *context.APIContext) {
|
|||
// description: repository ID of the repo
|
||||
// type: integer
|
||||
// required: true
|
||||
// - name: body
|
||||
// in: body
|
||||
// schema:
|
||||
// "$ref": "#/definitions/Star"
|
||||
// responses:
|
||||
// "204":
|
||||
// "$ref": "#/responses/empty"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue