webadmin: add single-line form for looking up a cid for a received id

This commit is contained in:
Mechiel Lukkien
2024-03-05 10:50:56 +01:00
parent 5738d9e7b8
commit a9cb6f9d0a
5 changed files with 94 additions and 1 deletions

View File

@ -1125,6 +1125,26 @@
}
],
"Returns": []
},
{
"Name": "LookupCid",
"Docs": "LookupCid turns an ID from a Received header into a cid as used in logging.",
"Params": [
{
"Name": "recvID",
"Typewords": [
"string"
]
}
],
"Returns": [
{
"Name": "cid",
"Typewords": [
"string"
]
}
]
}
],
"Sections": [],