Skip to main content
PATCH
/
api
/
wordpress-instances
/
{id}
Update WordPress site storage access
curl --request PATCH \
  --url https://convertly.sh/api/wordpress-instances/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Dashboard-generated Convertly API key. Keys currently begin with cvly_.

Path Parameters

id
string<uuid>
required

Body

application/json
storageAccess
enum<string>
required

none disables Convertly Storage for the site token. isolated gives the site its own storage scope.

Available options:
none,
isolated

Response

WordPress site updated

success
boolean
required