own:question-bank permission; only the owning teacher may update the bank (manage:all bypasses).core.session_token: ********************Authorization: Bearer ********************curl --location --request PATCH '/question-banks/' \
--header 'Content-Type: application/json' \
--data '{
"title": "string",
"description": "string",
"subjectId": "string"
}'{
"success": true,
"message": "string",
"meta": {
"page": 0,
"limit": 0,
"total": 0
},
"errors": [
{
"code": "CR-100001",
"field": "string",
"message": "string"
}
],
"result": {
"id": "string",
"title": "string",
"description": "string",
"clonedFromId": "string",
"subject": {
"id": "string",
"name": "string"
},
"questionCount": 0,
"objectiveCount": 0,
"essayCount": 0,
"owner": {
"id": "string",
"name": "string",
"image": "string"
},
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
}