Skip to content

Patch an assignment

OpenAPI specifications

patch https://api.autopass.pro/assignment/{assignment_id}

Patch an assignment.

Path parameters

assignment_id
  • Type: integer

Request body

Schema

AttributeTypeExample
status
string
A
pairing_group
integer
3

Example

{
  "status": "A",
  "pairing_group": 3
}

Responses

200 - OK.