tags

POST {{base_url}}/{{base_path}}/tags

Generated from a curl request: curl -X POST '{{base url}}/{{base path}}/tags' -H 'X-Joomla-Token: {{auth apikey}}' -H 'Content-Type: application/json' -d '{ access :1,"access title : 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 | | |

RESPONSES

status: ``