banners/categories
POST {{base_url}}/{{base_path}}/banners/categories
Generated from a curl request:
curl -X POST '{{base
url}}/{{base
path}}/banners/categories' -H 'X-Joomla-Token: {{auth
apikey}}' -H 'Content-Type: application/json' -d '{
access
:1,
alias
:
cat
,
extension
:"com
banners
,
language
:
*
,
note
:
,
parent
id
:1,
published
:1,
title
:
Title
,
params
:{
workflow
id":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 | | |
RESPONSES
status: ``