parameter_invalid_uuid
An identifier field received a value that is not a valid UUID. Every v1 resource id is a UUID.
| Code | Type | HTTP | Category |
|---|---|---|---|
parameter_invalid_uuid | invalid_request_error | 400 | Request |
Cause
An identifier field received a value that is not a valid UUID. Every v1 resource id is a UUID.
What to do
Use the id the API returned for that resource, copied verbatim; never an internal numeric id nor a truncated value.
Message returned by the API
The parameter must be a valid UUID.