You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dispoAPI/DispoAPI.yml
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -133,24 +133,24 @@ paths:
133
133
description: "The sys-id of the cost-center of the device."
134
134
type: string
135
135
children:
136
-
description: "Any children to install alongside the device containing the sys-id of the child as well as the name of the relation."
136
+
description: "Any children to install alongside the device containing the asset_tag of the child as well as the name of the relation."
137
137
type: array
138
138
example: [
139
139
{
140
-
"child": "0007047387bb39d06dc863540cbb0000",
140
+
"child": "25614826",
141
141
"relation": "Connects to::Connected by"
142
142
},
143
143
{
144
-
"child": "0007047387bb39d06dc863540cbb0001",
144
+
"child": "25614827",
145
145
"relation": "Connects to::Connected by"
146
146
}
147
147
]
148
148
parents:
149
-
description: "Any parents the device has containing the sys-id of the parent as well as the name of the relation."
149
+
description: "Any parents the device has containing the asset_tag of the parent as well as the name of the relation."
150
150
type: array
151
151
example: [
152
152
{
153
-
"parent": "0007047387bb39d06dc863540cbb0000",
153
+
"parent": "25614828",
154
154
"relation": "Connects to::Connected by"
155
155
}
156
156
]
@@ -242,14 +242,14 @@ paths:
242
242
description: "A comment composed by the technician that will appear in the activity stream."
243
243
type: string
244
244
children:
245
-
description: "The list of sys-id's of children to uninstall alongside the parent-device. This has to exactly match the existing children in the cmdb."
245
+
description: "The list of asset_tags of children to uninstall alongside the parent-device. This has to exactly match the existing children in the cmdb."
0 commit comments