Commit e158b5cc authored by Wout's avatar Wout
Browse files

Constellix made changes to their API. They added more search capabilities, but...

Constellix made changes to their API. They added more search capabilities, but the changes are not backwards compatible. We need to use the `exact` parameter instead of `name` now.
parent f03d7efb
......@@ -86,7 +86,7 @@ _get_root() {
return 1
fi
if ! _constellix_rest GET "domains/search?name=$h"; then
if ! _constellix_rest GET "domains/search?exact=$h"; then
return 1
fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment