content/articles

POST {{base_url}}/{{base_path}}/content/articles

Generated from a curl request: curl -X POST '{{base url}}/{{base path}}/content/articles' -H 'X-Joomla-Token: {{auth_apikey}}' -H 'Content-Type: application/json' -d '{ alias : my-article , articletext : My text , catid :64, language : * , metadesc : ,"metakey": , title : Here'\''s an article }'

Request Body

{"alias"=>"my-article", "articletext"=>"My text", "catid"=>64, "language"=>"*", "metadesc"=>"", "metakey"=>"", "title"=>"Here's an article"}

HEADERS

| Key | Datatype | Required | Description | | Content-Type | string | | |

RESPONSES

status: ``