menus/{app}
POST {{base_url}}/{{base_path}}/menus/:app
Generated from a curl request:
curl -X POST '{{baseurl}}/{{basepath}}/menus/{{app}}' -H 'X-Joomla-Token: {{authapikey}}' -H 'Content-Type: application/json' -d '{"clientid:0,
description:
The menu for the site,
menutype:
menu,
title:
Menu"}'
Request Body
{"client_id"=>0, "description"=>"The menu for the site", "menutype"=>"menu", "title"=>"Menu"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |