mirror of
https://github.com/dyzulk/trustlab-docs.git
synced 2026-01-26 13:32:08 +07:00
refactor(i18n): strict enforce en.mdx and meta.en.json separation
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
# Endpoints
|
||||
|
||||
## Certificates
|
||||
|
||||
### List Certificates
|
||||
`GET /certificates`
|
||||
|
||||
### Request Certificate
|
||||
`POST /certificates`
|
||||
|
||||
```json
|
||||
{
|
||||
"csr": "-----BEGIN CERTIFICATE REQUEST-----...",
|
||||
"validity_days": 365
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user