Skip to content

Patch an assignment

OpenAPI specifications

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

Patch an assignment.

Path parameters

assignment_id
  • Type: number
  • Example: 1096373310

Request body

Schema

AttributeTypeExample
status
string
A

Example

{
  "status": "A"
}

Responses

200 - OK

400 - Bad Request

401 - Unauthorized

404 - Not Found