v1

latestOpenAPI 3.0.0GPLv32026-07-17661855.6 KB
Assignments

Update an existing assignment

patch/assignments/{assignment_id}/

Path parameters

assignment_idstring required

Assignment ID

Request body

activeboolean
provisionedboolean
validatedboolean
is_self_scheduleboolean
descriptionstring
ownerstring
ticketstring
qinqinteger
wipeboolean
ccuserstring[]
cloud_idinteger
vlan_idinteger

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