SNIs
Create a new SNI
Create a new SNI
post/{workspace}/snis
Path parameters
workspacestring required
Example:team-payments
The name of the workspace
Request body
Example request
{
"certificate": {
"id": "bd380f99-659d-415e-b0e7-72ea05df3218"
},
"id": "36c4566c-14cc-4132-9011-4139fcbbe50a",
"name": "some.example.org"
}Response
Successfully created SNI
Example response
{
"certificate": {
"id": "bd380f99-659d-415e-b0e7-72ea05df3218"
},
"id": "36c4566c-14cc-4132-9011-4139fcbbe50a",
"name": "some.example.org"
}