Skip to content

Commit

Permalink
Fix creating config template using rest api (#13869)
Browse files Browse the repository at this point in the history
* Fix creation of extras/config-templates objects using the REST API

* Update serializers.py
  • Loading branch information
desnoe authored Sep 25, 2023
1 parent a8a4bd7 commit 04796a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox/extras/api/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ class ConfigTemplateSerializer(TaggableModelSerializer, ValidatedModelSerializer
required=False
)
data_file = NestedDataFileSerializer(
read_only=True
required=False
)

class Meta:
Expand Down

0 comments on commit 04796a6

Please sign in to comment.