Skip to content

Commit e992dca

Browse files
authored
netbox_custom_field: add datetime type (#1019)
Add datetime as supported custom_field types.
1 parent 5b4a92b commit e992dca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/modules/netbox_custom_field.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
- decimal
4646
- boolean
4747
- date
48+
- datetime
4849
- url
4950
- json
5051
- select
@@ -223,6 +224,7 @@ def main():
223224
"decimal",
224225
"boolean",
225226
"date",
227+
"datetime",
226228
"url",
227229
"json",
228230
"select",

0 commit comments

Comments
 (0)