{
"associated_hostnames": [
"admin.example.com"
],
"name": "Allow devs"
}
curl --location --request PUT 'https://api.cloudflare.com/client/v4/accounts//access/certificates/' \
--header 'Content-Type: application/json' \
--data-raw '{
"associated_hostnames": [
"admin.example.com"
],
"name": "Allow devs"
}'
{
"errors": [],
"messages": [],
"result": {
"associated_hostnames": [
"admin.example.com"
],
"created_at": "2014-01-01T05:20:00.12345Z",
"expires_on": "2014-01-01T05:20:00.12345Z",
"fingerprint": "MD5 Fingerprint=1E:80:0F:7A:FD:31:55:96:DE:D5:CB:E2:F0:91:F6:91",
"id": null,
"name": "Allow devs",
"updated_at": "2014-01-01T05:20:00.12345Z"
},
"success": true
}