curl --request POST \
--url http://localhost/mogl/mogl-admin-dashboard/skills/{status}/{id} \
--header 'Content-Type: application/json' \
--cookie mogl_session= \
--data '
{
"status_update": "A",
"checkbox_val": [
20,
32
],
"is_ajax": "Yes",
"limit_per_page": 10,
"search_filed": "name"
}
'Bulk approve, unapprove or delete skills. Send status_update=A (approve), I (unapprove), or DELETE with array of IDs.
curl --request POST \
--url http://localhost/mogl/mogl-admin-dashboard/skills/{status}/{id} \
--header 'Content-Type: application/json' \
--cookie mogl_session= \
--data '
{
"status_update": "A",
"checkbox_val": [
20,
32
],
"is_ajax": "Yes",
"limit_per_page": 10,
"search_filed": "name"
}
'Documentation Index
Fetch the complete documentation index at: https://developer.mogl.online/llms.txt
Use this file to discover all available pages before exploring further.
Session-based authentication via cookies + CSRF token
A=Approve, I=Unapprove, DELETE=Soft delete
A, I, DELETE "A"
Array of skill IDs to update
[20, 32]Set Yes for AJAX response
"Yes"
10
Field to search
"name"
Status updated, returns list view