Description
Deployment Type
Self-hosted
NetBox Version
v4.3.1
Python Version
3.12
Steps to Reproduce
in swagger I send a request to update the prefix
PATCH https://netbox/api/ipam/prefixes/14773/
Request body:
{
"scope_type": "dcim.site",
"scope_id": 1169
}
Expected Behavior
Code 200
and prefix object
Observed Behavior
Code 400
Error: Bad Request
Response body
{
"scope": [
"Please select a site."
]
}