docs: describe /ap/ endpoints

This commit is contained in:
Johann150 2023-01-26 08:36:32 +01:00
parent 151053897d
commit 05f8172ce9
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 9EE6577A2A06F8F1
2 changed files with 4 additions and 0 deletions

View file

@ -7,6 +7,8 @@ export const meta = {
requireCredential: true,
description: 'Tries to fetch the given `uri` from the remote server.',
limit: {
duration: HOUR,
max: 30,

View file

@ -18,6 +18,8 @@ export const meta = {
requireCredential: true,
description: 'Shows the requested object. If necessary, fetches the object from the remote server.',
limit: {
duration: HOUR,
max: 30,