parameter_invalid_url
A field that must hold an absolute URL received a value that is not one, usually because the scheme or the host is missing.
| Code | Type | HTTP | Category |
|---|---|---|---|
parameter_invalid_url | invalid_request_error | 400 | Request |
Cause
A field that must hold an absolute URL received a value that is not one, usually because the scheme or the host is missing.
What to do
Send an absolute https:// URL in the field named by error.param.
Message returned by the API
The parameter must be a valid URL.