http://127.0.0.1:8000/api/cms/sections/create
homepage create api need to integrate this api
{
"title":"Featured Dishes",
"section_type":"featured",
"description":"Showcase our best dishes"
}
http://127.0.0.1:8000/api/cms/sections
homepage sections list api need to integrate
http://127.0.0.1:8000/api/cms/sections/yhgtyh-i87yhguh-ijuhygh/update
homepage sections update api need to integrate
http://127.0.0.1:8000/api/cms/sections/yhgtyh-i87yhguh-ijuhygh/delete
homepage sections delete api need to intrgrate
http://127.0.0.1:8000/api/cms/reorder
toggle vsisbility update api need to integrate
{
"is_visible": false
}
http://127.0.0.1:8000/api/cms/sections/reorder
homepage sections reoerder api need to integrate
{
"ids":[
"uuid1",
"uuid2",
"uuid3"
]
}
I'll help you integrate these CMS API endpoints. Let me first explore your current project structure to understand what we're working with.
http://127.0.0.1:8000/api/cms/sections/create
homepage create api need to integrate this api
{
"title":"Featured Dishes",
"section_type":"featured",
"description":"Showcase our best dishes"
}
http://127.0.0.1:8000/api/cms/sections
homepage sections list api need to integrate
http://127.0.0.1:8000/api/cms/sections/yhgtyh-i87yhguh-ijuhygh/update
homepage sections update api need to integrate
http://127.0.0.1:8000/api/cms/sections/yhgtyh-i87yhguh-ijuhygh/delete
homepage sections delete api need to intrgrate
http://127.0.0.1:8000/api/cms/reorder
toggle vsisbility update api need to integrate
{
"is_visible": false
}
http://127.0.0.1:8000/api/cms/sections/reorder
homepage sections reoerder api need to integrate
{
"ids":[
"uuid1",
"uuid2",
"uuid3"
]
}
I'll help you integrate these CMS API endpoints. Let me first explore your project structure to understand the current setup.