patch
https://{yourinstance}.makaira.io/storefront/apps/refresh-acm
Triggers a refresh of the Automated Certificate Management for the storefront.
Triggers a refresh of the Automated Certificate Management (ACM) for the storefront application. Use this endpoint after adding a new custom domain to initiate SSL certificate provisioning.
Requires the storefront:apps:refreshacm:write or storefront.write permission.
Request
PATCH /storefront/apps/refresh-acm
Headers
| Header | Value |
|---|---|
Authorization | Bearer <token> |
Response
Example Response
{
"ok": true
}
