Provide a base REST API serializer class for plugins #8823
Labels
beta
Concerns a bug/feature in a beta release
status: accepted
This issue has been accepted for implementation
type: feature
Introduction of new functionality to the application
NetBox version
v3.2-beta1
Feature type
New functionality
Proposed functionality
Introduce and document a REST API serializer class suitable for use by plugins, to enable features like tagging and custom fields. NetBox core models employ the
PrimaryModelSerializer
class for this; we can probably just rename this toNetBoxModelSerializer
and document accordingly.Use case
Enables plugins to support tag assignment and custom fields on their models via NetBox's REST API.
Database changes
No response
External dependencies
No response
The text was updated successfully, but these errors were encountered: