Closed
Description
Deployment Type
Self-hosted
NetBox Version
v4.0.2
Python Version
3.10
Steps to Reproduce
see #16123
In the past I could run the script with "https://netbox-test/api/extras/scripts/scriptA.class"
This does not work anymore and I need an ID ;(
Exception Value: | Field 'id' expected a number but got 'ProcessLogging'.
Expected Behavior
it works lik in 3.7.7
Observed Behavior
ValueError at /api/extras/scripts/ProcessLogging/
launching it with /api/extras/scripts/6/
Does work.