1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fix creating config template using rest api ()

* Fix creation of extras/config-templates objects using the REST API

* Update serializers.py
This commit is contained in:
Olivier Desnoë
2023-09-25 19:33:01 +02:00
committed by GitHub
parent a8a4bd7c21
commit 04796a6ac6

@ -454,7 +454,7 @@ class ConfigTemplateSerializer(TaggableModelSerializer, ValidatedModelSerializer
required=False
)
data_file = NestedDataFileSerializer(
read_only=True
required=False
)
class Meta: