make operatorid unique

This commit is contained in:
Michael Jerger 2024-02-09 18:17:40 +01:00
parent 6d17f45986
commit 6e6813a88b
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@ func Repository(ctx *context.APIContext) {
// PersonInbox function handles the incoming data for a repository inbox // PersonInbox function handles the incoming data for a repository inbox
func RepositoryInbox(ctx *context.APIContext) { 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 // summary: Send to the inbox
// produces: // produces:

View file

@ -58,7 +58,7 @@
"activitypub" "activitypub"
], ],
"summary": "Send to the inbox", "summary": "Send to the inbox",
"operationId": "activitypubRepository", "operationId": "activitypubRepositoryInbox",
"parameters": [ "parameters": [
{ {
"type": "integer", "type": "integer",