Publish QuestionSet
This API is used to publish the question set on the Sunbird-inQuiry Platform.
This API is used to publish the question set on the Sunbird-inQuiry Platform.
POST
/questionset/v2/publish/{questionSet_id}
• /questionset/v2/publish/{questionSet_id} endpoint executes the "Publish QuestionSet" request based on parameters provided as metadata in the request body. • It points to inquiry-api-service (assessment service) - /questionset/v5/publish/{questionSet_id} • It is mandatory to provide values for parameters marked with * • Mandatory fields cannot be null or empty. • Asynchronous flink job : async-questionset-publish will takes care of the publishing activity.
Path Parameters
questionSet_id
String
Append a valid Question Set Id To the Request URL
Headers
Content-Type*
String
The Content-Type entity is the media type of the resource. Possible media types can be: Application/json
Authorization*
String
All content APIs require authorization for use. Specify the authorization key received from the administrator when placing the request for use of the API. Set Bearer {{api_key}}
x-channel-id
String
Unique identification number associated with a root organization.
Request Body
request
Object
The body is the representation of the resource object for publishing question set
Request Sample
Success result schema
identifier
String
Unique Question identifier
message
String
Publish success message
cURL
Last updated