fix(i18n): revert strict structure, implement dynamic index, and duplicate ID meta

This commit is contained in:
dyzulk
2026-01-09 10:38:04 +07:00
parent 742af04cb1
commit 5bfe46d8ae
27 changed files with 16 additions and 4 deletions

View File

@@ -0,0 +1,16 @@
# Endpoints
## Certificates
### List Certificates
`GET /certificates`
### Request Certificate
`POST /certificates`
```json
{
"csr": "-----BEGIN CERTIFICATE REQUEST-----...",
"validity_days": 365
}
```