Changes
2 changed files (+19/-19)
-
-
@@ -150,7 +150,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}/outbox activitypub activitypubPersonOutbox // swagger:operation GET /activitypub/repo/{username}/{reponame}/outbox activitypub activitypubPersonOutbox // --- // summary: Returns the outbox // produces:
-
-
-
@@ -23,7 +23,7 @@}, "basePath": "{{AppSubUrl | JSEscape | Safe}}/api/v1", "paths": { "/activitypub/repo/{username}/outbox": { "/activitypub/repo/{username}/{reponame}": { "get": { "produces": [ "application/activity+json"
-
@@ -31,8 +31,8 @@"tags": [ "activitypub" ], "summary": "Returns the outbox", "operationId": "activitypubPersonOutbox", "summary": "Returns the repository", "operationId": "activitypubRepo", "parameters": [ { "type": "string",
-
@@ -56,7 +56,7 @@} } }, "/activitypub/repo/{username}/{reponame}": { "/activitypub/repo/{username}/{reponame}/followers": { "get": { "produces": [ "application/activity+json"
-
@@ -64,8 +64,8 @@"tags": [ "activitypub" ], "summary": "Returns the repository", "operationId": "activitypubRepo", "summary": "Returns the followers collection", "operationId": "activitypubRepoFollowers", "parameters": [ { "type": "string",
-
@@ -89,16 +89,16 @@} } }, "/activitypub/repo/{username}/{reponame}/followers": { "get": { "/activitypub/repo/{username}/{reponame}/inbox": { "post": { "produces": [ "application/activity+json" ], "tags": [ "activitypub" ], "summary": "Returns the followers collection", "operationId": "activitypubRepoFollowers", "summary": "Send to the inbox", "operationId": "activitypubRepoInbox", "parameters": [ { "type": "string",
-
@@ -116,22 +116,22 @@} ], "responses": { "200": { "$ref": "#/responses/ActivityPub" "204": { "$ref": "#/responses/empty" } } } }, "/activitypub/repo/{username}/{reponame}/inbox": { "post": { "/activitypub/repo/{username}/{reponame}/outbox": { "get": { "produces": [ "application/activity+json" ], "tags": [ "activitypub" ], "summary": "Send to the inbox", "operationId": "activitypubRepoInbox", "summary": "Returns the outbox", "operationId": "activitypubPersonOutbox", "parameters": [ { "type": "string",
-
@@ -149,8 +149,8 @@} ], "responses": { "204": { "$ref": "#/responses/empty" "200": { "$ref": "#/responses/ActivityPub" } } }
-