mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01: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:
|
||||
|
|
2
templates/swagger/v1_json.tmpl
generated
2
templates/swagger/v1_json.tmpl
generated
|
@ -58,7 +58,7 @@
|
|||
"activitypub"
|
||||
],
|
||||
"summary": "Send to the inbox",
|
||||
"operationId": "activitypubRepository",
|
||||
"operationId": "activitypubRepositoryInbox",
|
||||
"parameters": [
|
||||
{
|
||||
"type": "integer",
|
||||
|
|
Loading…
Reference in a new issue