Trusted Certificates
Create trusted certificate
post /api/http/trusted-certificates
|
Request arguments |
|---|
object with fields: alias: string ( Required )
data: string ( Required )
archived: boolean ( Required )
|
|
Get all trusted certificates
get /api/http/trusted-certificates
|
Request arguments |
|---|
No arguments |
|
Get certificate info
get /api/http/trusted-certificates/info
|
Request arguments |
|---|
data: string (Query) ( Required )
|
|
Update trusted certificate
patch /api/http/trusted-certificates/{id}
|
Request arguments |
|---|
id: string (Path) ( Required )
| object with fields: alias: string ( Nullable and Optional , defaults to null)
data: string ( Nullable and Optional , defaults to null)
archived: boolean ( Nullable and Optional , defaults to false)
|
|
Delete trusted certificate
delete /api/http/trusted-certificates/{id}
|
Request arguments |
|---|
id: string (Path) ( Required )
|
|
Last modified: 06 September 2023