Zendesk\API\Resources\Core\AppInstallationLocations::reorder PHP Method

reorder() public method

Creates or updates the relevant Location Installation record with the installation order specified
public reorder ( array $params ) : stdClass
$params array
return stdClass | null
    public function reorder(array $params)
    {
        return $this->client->post($this->getRoute(__FUNCTION__), $params);
    }
AppInstallationLocations