Assignments
Update an existing assignment
patch/assignments/{assignment_id}/
Path parameters
assignment_idstring required
Assignment ID
Request body
Example request
{
"active": true,
"provisioned": true,
"validated": true,
"description": "Short description here",
"owner": "jsbach",
"qinq": 1,
"wipe": true,
"ccuser": [
"edroste",
"kgodel"
],
"cloud_id": 12,
"vlan_id": 12
}Response
Created
Changes
Changed in 2 of the 9 revisions of this API.11
- ○
added the new optional request property
is_self_schedulenew-optional-request-property
- ○
- ●
removed the request property
is_self_schedulerequest-property-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●