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 |
Parameter | Description | Required |
name | Name of the question bank | Optional |
description | Description of the question bank | Optional |
url | URL of the question bank | Optional |
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