Changes
1 changed files (+21/-21)
-
-
@@ -49,16 +49,16 @@ }} } }, "/activitypub/user/{username}/inbox": { "post": { "/activitypub/user/{username}/followers": { "get": { "produces": [ "application/activity+json" ], "tags": [ "activitypub" ], "summary": "Send to the inbox", "operationId": "activitypubPersonInbox", "summary": "Returns the followers collection", "operationId": "activitypubPersonFollowers", "parameters": [ { "type": "string",
-
@@ -69,22 +69,22 @@ "required": true} ], "responses": { "204": { "$ref": "#/responses/empty" "200": { "$ref": "#/responses/ActivityPub" } } } }, "/activitypub/user/{username}/outbox": { "post": { "/activitypub/user/{username}/following": { "get": { "produces": [ "application/activity+json" ], "tags": [ "activitypub" ], "summary": "Send to the inbox", "operationId": "activitypubPersonInbox", "summary": "Returns the following collection", "operationId": "activitypubPersonFollowing", "parameters": [ { "type": "string",
-
@@ -95,22 +95,22 @@ "required": true} ], "responses": { "204": { "$ref": "#/responses/empty" "200": { "$ref": "#/responses/ActivityPub" } } } }, "/activitypub/user/{username}/following": { "get": { "/activitypub/user/{username}/inbox": { "post": { "produces": [ "application/activity+json" ], "tags": [ "activitypub" ], "summary": "Returns the following collection", "operationId": "activitypubPersonFollowing", "summary": "Send to the inbox", "operationId": "activitypubPersonInbox", "parameters": [ { "type": "string",
-
@@ -121,13 +121,13 @@ "required": true} ], "responses": { "200": { "$ref": "#/responses/ActivityPub" "204": { "$ref": "#/responses/empty" } } } }, "/activitypub/user/{username}/followers": { "/activitypub/user/{username}/outbox": { "get": { "produces": [ "application/activity+json"
-
@@ -135,8 +135,8 @@ ],"tags": [ "activitypub" ], "summary": "Returns the followers collection", "operationId": "activitypubPersonFollowers", "summary": "Returns the outbox", "operationId": "activitypubPersonOutbox", "parameters": [ { "type": "string",
-