Finish adding is_ecc field

This commit is contained in:
Jamie Curnow
2021-08-20 09:38:30 +10:00
parent 9d8db41422
commit dc97744c63
6 changed files with 28 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
"certificate_authority_id",
"dns_provider_id",
"name",
"is_ecc",
"status",
"domain_names"
],
@@ -78,6 +79,11 @@
"provided"
]
},
"is_ecc": {
"type": "integer",
"minimum": 0,
"maximum": 1
},
"error_message": {
"type": "string"
}

View File

@@ -48,6 +48,7 @@
"domain_names": [
"test1.jc21.com.au"
],
"is_ecc": 0,
"status": "ready"
}
}

View File

@@ -57,6 +57,7 @@
"domain_names": [
"test1.jc21.com.au"
],
"is_ecc": 0,
"status": "ready"
}
}

View File

@@ -75,6 +75,7 @@
"domain_names": [
"test1.jc21.com.au"
],
"is_ecc": 0,
"status": "ready"
}
]

View File

@@ -44,6 +44,7 @@
"domain_names": [
"test1.jc21.com.au"
],
"is_ecc": 0,
"status": "ready"
}
}