mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-10-15 19:42:04 +00:00
make operatorid unique
This commit is contained in:
parent
6d17f45986
commit
6e6813a88b
2 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ func Repository(ctx *context.APIContext) {
|
|||
|
||||
// PersonInbox function handles the incoming data for a repository inbox
|
||||
func RepositoryInbox(ctx *context.APIContext) {
|
||||
// swagger:operation POST /activitypub/repository-id/{repository-id}/inbox activitypub activitypubRepository
|
||||
// swagger:operation POST /activitypub/repository-id/{repository-id}/inbox activitypub activitypubRepositoryInbox
|
||||
// ---
|
||||
// summary: Send to the inbox
|
||||
// produces:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue