Substitute

POST /api/assignments/{id}/substitute

Substitute an assignment

Path parameters

  • id string Required

Responses

  • Successful Response

  • 422 application/json

    Validation Error

    Hide response attribute Show response attribute object
    • detail array[object]
      Hide detail attributes Show detail attributes object
POST /api/assignments/{id}/substitute
curl \
 -X POST https://metropolitanacolombia.org/api/assignments/{id}/substitute \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (422)
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}