redirects/{redirect_id}
PATCH {{base_url}}/{{base_path}}/redirects/:redirect_id
Generated from a curl request:
curl -X PATCH '{{base
url}}/{{base
path}}/redirects/{{redirect
id}}' -H 'X-Joomla-Token: {{auth
apikey}}' -H 'Content-Type: application/json' -d '{
new_url
:
/content/art/4
,
old_url
:
/content/art/132
}'
Request Body
{"new_url"=>"/content/art/4", "old_url"=>"/content/art/132"}
HEADERS
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
RESPONSES
status: ``