diff --git a/routers/api/v1/activitypub/repo.go b/routers/api/v1/activitypub/repo.go index ea600bcc6d..30142ac61d 100644 --- a/routers/api/v1/activitypub/repo.go +++ b/routers/api/v1/activitypub/repo.go @@ -161,7 +161,7 @@ func RepoInbox(ctx *context.APIContext) { // RepoOutbox function returns the repo's Outbox OrderedCollection func RepoOutbox(ctx *context.APIContext) { - // swagger:operation GET /activitypub/repo/{username}/{reponame}/outbox activitypub activitypubPersonOutbox + // swagger:operation GET /activitypub/repo/{username}/{reponame}/outbox activitypub activitypubRepoOutbox // --- // summary: Returns the outbox // produces: diff --git a/templates/swagger/v1_json.tmpl b/templates/swagger/v1_json.tmpl index 2c4d8a6772..937bb9c23d 100644 --- a/templates/swagger/v1_json.tmpl +++ b/templates/swagger/v1_json.tmpl @@ -131,7 +131,7 @@ "activitypub" ], "summary": "Returns the outbox", - "operationId": "activitypubPersonOutbox", + "operationId": "activitypubRepoOutbox", "parameters": [ { "type": "string",