mirror of
https://github.com/dyzulk/trustlab-docs.git
synced 2026-01-26 13:32:08 +07:00
chore: setup manual localization branch with sidebar fix
This commit is contained in:
16
pages/en/developer/endpoints.mdx
Normal file
16
pages/en/developer/endpoints.mdx
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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