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

Example

{
  "status": "A"
}

Responses

200 - OK.