API Reference > Orders > Modify content order
Description
Edits an order.
Required Parameters
order_id,project_id,processing_time,min_word_count,max_word_count,title
Optional Parameters
description, website_url, publish_url, target_audience, voice_style, voice_style_other, voice_tone, voice_tone_other, purpose_of_content, purpose_of_content_other, call_to_action, call_to_action_other, main_benefits, avoid, relevent_websites, comments, advanced, advanced_description, project_id, type, keywords, custom_fields
Example
{
"params": {
"whitelabel_id": "API_ID",
"whitelabel_key": "API_KEY",
"client_id": "CLIENT_ID",
"client_key": "CLIENT_KEY",
"token": "TOKEN",
"order_id": "VALUE",
"project_id": "VALUE",
"processing_time": "VALUE",
"min_word_count": "VALUE",
"max_word_count": "VALUE",
"title": "VALUE",
"description": "VALUE",
"website_url": "VALUE",
"publish_url": "VALUE",
"target_audience": "VALUE",
"voice_style": "VALUE",
"voice_style_other": "VALUE",
"voice_tone": "VALUE",
"voice_tone_other": "VALUE",
"purpose_of_content": "VALUE",
"purpose_of_content_other": "VALUE",
"call_to_action": "VALUE",
"call_to_action_other": "VALUE",
"main_benefits": "VALUE",
"avoid": "VALUE",
"relevent_websites": "VALUE",
"comments": "VALUE",
"advanced": "VALUE",
"advanced_description": "VALUE",
"project_id": "VALUE",
"type": "VALUE",
"keywords": "VALUE",
"custom_fields": "VALUE",
},
"action": "modify_content_order"
}