summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints/ap/get.ts
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-06-10 14:03:28 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-06-10 14:03:28 +0900
commitd04014f875a03ae9b8f0f36338fd2446e7eb3150 (patch)
tree447ab37a76486c9ec2ad5985e86c1f325b61f73c /src/server/api/endpoints/ap/get.ts
parentMerge branch 'develop' (diff)
parent12.83.0 (diff)
downloadmisskey-d04014f875a03ae9b8f0f36338fd2446e7eb3150.tar.gz
misskey-d04014f875a03ae9b8f0f36338fd2446e7eb3150.tar.bz2
misskey-d04014f875a03ae9b8f0f36338fd2446e7eb3150.zip
Merge branch 'develop'
Diffstat (limited to 'src/server/api/endpoints/ap/get.ts')
-rw-r--r--src/server/api/endpoints/ap/get.ts8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/server/api/endpoints/ap/get.ts b/src/server/api/endpoints/ap/get.ts
index c889d472bb..f2b4c2408f 100644
--- a/src/server/api/endpoints/ap/get.ts
+++ b/src/server/api/endpoints/ap/get.ts
@@ -6,19 +6,11 @@ import { ApiError } from '../../error';
export const meta = {
tags: ['federation'],
- desc: {
- 'ja-JP': 'URIを指定してActivityPubオブジェクトを参照します。',
- 'en-US': 'Browse to the ActivityPub object by specifying the URI.'
- },
-
requireCredential: false as const,
params: {
uri: {
validator: $.str,
- desc: {
- 'ja-JP': 'ActivityPubオブジェクトのURI'
- }
},
},