banners
POST {{base_url}}/{{base_path}}/banners
Generated from a curl request:
curl -X POST '{{baseurl}}/{{basepath}}/banners' -H 'X-Joomla-Token: {{auth_apikey}}' -H 'Content-Type: application/json' -d '{catid
:3,clicks
:0,custombannercode
:,"description":"Text","metakey":
,name
:Name
,params
:{alt
:,"height":
,imageurl
:,"width":
}}'
Request Body
{"catid"=>"{{$randomWord}}", "clicks"=>0, "custombannercode"=>"", "description"=>"{{$randomLoremParagraph}}", "metakey"=>"{{$randomWords}}", "name"=>"{{$randomCatchPhrase}}", "params"=>{"alt"=>"{{$randomCatchPhrase}}", "height"=>"", "imageurl"=>"{{$randomAnimalsImage}}", "width"=>""}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |