banners/categories
POST {{base_url}}/{{base_path}}/banners/categories
Generated from a curl request:
curl -X POST '{{baseurl}}/{{basepath}}/banners/categories' -H 'X-Joomla-Token: {{authapikey}}' -H 'Content-Type: application/json' -d '{access
:1,alias
:cat
,extension
:"combanners,
language:
*,
note:
,
parentid:1,
published:1,
title:
Title,
params:{
workflowid":1}}'
Request Body
{"access"=>1, "alias"=>"{{$randomUUID}}", "extension"=>"com_banners", "language"=>"*", "note"=>"", "parent_id"=>1, "published"=>1, "title"=>"{{$randomJobTitle}}", "params"=>{"workflow_id"=>1}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |