menus/{app}
POST {{base_url}}/{{base_path}}/menus/:app
Generated from a curl request:
curl -X POST '{{base
url}}/{{base
path}}/menus/{{app}}' -H 'X-Joomla-Token: {{auth
apikey}}' -H 'Content-Type: application/json' -d '{"client
id
: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 | | |
RESPONSES
status: ``