Commit b85bee1 1 parent e75133e commit b85bee1 Copy full SHA for b85bee1
File tree 1 file changed +3
-0
lines changed
netbox_cmdb/netbox_cmdb/api/cmdb
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ class DeviceDecommissioningBaseSerializer(serializers.Serializer):
16
16
17
17
class DeviceCMDBDecommissioningAPIView (APIView ):
18
18
19
+ detail = "Device CMDB decommissioning"
19
20
permission_classes = [IsAuthenticatedOrLoginNotRequired ]
20
21
21
22
@swagger_auto_schema (
@@ -58,6 +59,7 @@ def delete(self, request):
58
59
59
60
class DeviceDecommissioningAPIView (APIView ):
60
61
62
+ detail = "Device full decommissioning"
61
63
permission_classes = [IsAuthenticatedOrLoginNotRequired ]
62
64
63
65
@swagger_auto_schema (
@@ -106,6 +108,7 @@ class SiteDecommissioningSerializer(serializers.Serializer):
106
108
107
109
class SiteDecommissioningAPIView (APIView ):
108
110
111
+ detail = "Site full decommissioning"
109
112
permission_classes = [IsAuthenticatedOrLoginNotRequired ]
110
113
111
114
@swagger_auto_schema (
You can’t perform that action at this time.
0 commit comments