Update question bank

The purpose of this API is to update a question bank.

Request URL:https://learn.zoho.com/learn/api/v1/portal/<portalUrl>/question-bank/<question-bank-id>
OAuth Scope:ZohoLearn.questionbank.UPDATE
Request Method:PUT
ParameterDescriptionRequired
name Name of the question bankOptional
descriptionDescription of the question bankOptional
urlURL of the question bankOptional
isPublic Boolean value to allow the question bank for public view.Optional

Response

Copied{
   "STATUS": "OK",
   "QUESTION_BANK": {
       "questionCount": "0",
       "clientsCount": "0",
       "coAuthors": [],
       "name": "Question Bank",
       "colorIndex": "0",
       "articleCount": "0",
       "categories": [],
       "id": "6342496000000087019",
       "type": "GROUP",
       "logoBgColorIndex": "0",
       "status": "ACTIVE"
   }
}

Sample URL

Copiedhttps://learn.zoho.com/learn/api/v1/portal/zylker-network/question-bank/6342496000000087019