This API v3 documentation is currently still on progress. For any issue, please contact support@runcloud.io
Authorization: Bearer ********************
{
"syncTable": ["wp-posts"]
}
curl --location -g --request PATCH 'https://manage.runcloud.io/api/v3/servers/{{serverId}}/webapps/{{webappId}}/wordpress/staging/push' \
--header 'Content-Type: application/json' \
--data-raw '{
"syncTable": ["wp-posts"]
}'
{}