forked from FoundKeyGang/FoundKey
docs: describe /ap/ endpoints
This commit is contained in:
parent
151053897d
commit
05f8172ce9
2 changed files with 4 additions and 0 deletions
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue