Trusted Certificates
Create trusted certificate
post /api/http/trusted-certificates
|
Request arguments |
---|
object with fields: alias : string 
data : string 
archived : boolean 
|
|
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) 
|
|
Update trusted certificate
patch /api/http/trusted-certificates/{id}
|
Request arguments |
---|
id : string (Path) 
| 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) 
|
|
Last modified: 08 September 2022