Request
Body Params application/json
{
"toolSetName": "Tes Mandatory Farhad 15",
"tags": [],
"allowAggregateReport": false,
"allowReview": true,
"isDraft": 1,
"folderId": "57339e78-b9f3-4afa-8692-1fcc8aa515da",
"uploaderAggregateReport": false,
"toolComponents": [
{
"toolComponentId": "00ef8fb2-5951-4404-8861-1ddd4da09260",
"sortOrder": 1
}
]
}
Request Code Samples
curl --location --request PUT 'http://localhost:8082/rest/admin/secured/tool-set/save/321920e3-abc6-42e4-89e6-14d8369905f6' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"toolSetName": "Tes Mandatory Farhad 15",
"tags": [],
"allowAggregateReport": false,
"allowReview": true,
"isDraft": 1,
"folderId": "57339e78-b9f3-4afa-8692-1fcc8aa515da",
"uploaderAggregateReport": false,
"toolComponents": [
{
"toolComponentId": "00ef8fb2-5951-4404-8861-1ddd4da09260",
"sortOrder": 1
}
]
}'
Responses
application/json Modified at 2024-03-06 02:01:11