tags
POST {{base_url}}/{{base_path}}/tags
Generated from a curl request:
curl -X POST '{{baseurl}}/{{basepath}}/tags' -H 'X-Joomla-Token: {{authapikey}}' -H 'Content-Type: application/json' -d '{access
:1,"accesstitle:
Public,
alias:
test,
description:
,
language:
*,
note:
,
parent_id:1,
path:
test,
published:1,
title:
test"}'
Request Body
{"access"=>1, "access_title"=>"Public", "alias"=>"test", "description"=>"", "language"=>"*", "note"=>"", "parent_id"=>1, "path"=>"test", "published"=>1, "title"=>"test"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |