Sync hosting

Request Information
URL POST {{basepath}}/hosting/:hosting_id/sync
CategoryHosting

Description

Forces the hosting to be synced by the hosting api. Returns a HostingSyncResponse object.

Url variables
:hosting_id{{hosting_id}}
JSON
{}

Example responses

Sync hosting
Request Method & URL
POST {{basepath}}/hosting/:hosting_id/sync
Request Body:
{}
Url variables
:hosting_id1_examplehostingid
Response Code:
202 Accepted
Response Body:
{
    "responseId": "1_9de2c0b2440726f47712682a325dd09b39a8d4ae",
    "status": "pending",
    "message": "Your hosting sync is pending"
}