mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-24 00:15:17 -06:00
Fix creation of extras/config-templates objects using the REST API
This commit is contained in:
parent
6939bf8aed
commit
46cef00ac0
@ -454,7 +454,7 @@ class ConfigTemplateSerializer(TaggableModelSerializer, ValidatedModelSerializer
|
|||||||
required=False
|
required=False
|
||||||
)
|
)
|
||||||
data_file = NestedDataFileSerializer(
|
data_file = NestedDataFileSerializer(
|
||||||
read_only=True
|
read_only=False
|
||||||
)
|
)
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
|
Loading…
Reference in New Issue
Block a user