Tartalom ajánló url lista létrehozása

IdaSearchNativeClient::createSuggestionList($user, $password, $domain, $url)

Sikeres hívás

HTTP Status: 201

Response:

    string(8) "/teszt/*"

Már létező url megadása

HTTP Status: 200

Response:

    string(8) "/teszt/*"

Üres url megadása

HTTP Status: 204

Olyan domain használata, amihez nincs a felhasználónak joga

HTTP Status: 403

Response:

    array(1) {
      [0] =>
      string(42) "Access denied on domain test.idasearch.com"
    }

Sikertelen authentikáció

HTTP Status: 401