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.
Related
All Request error codes
Causes and actions for errors in this category.
Error codes by category
Find an error by the category that emits it.
Full reference table
All codes, HTTP statuses, types and descriptions in one reference.
Error model
Interpret the error envelope and handle errors by code.