Skip to main content

ocoya_update_post

Updates editable post fields: caption, scheduledAt, or brandId. This tool does not upload or replace media.

Arguments

NameTypeRequiredDescription
workspaceIdstringYesWorkspace ID from ocoya_list_workspaces.
postGroupIdstringYesOcoya post group ID.
captionstringNoNew caption to apply to existing post variations.
scheduledAtstring or nullNoISO datetime to schedule the post, or null to make it unscheduled.
brandIdstring or nullNoBrand kit ID from ocoya_list_brand_kits, or null to remove the brand kit.

Example

{
  "name": "ocoya_update_post",
  "arguments": {
    "workspaceId": "cmayvq3hk00017apshay5qezu",
    "postGroupId": "cmajvvb9q0003ja5vh0538j6r",
    "caption": "Updated caption for launch day."
  }
}

Returns

Returns post action details such as post group ID, status, and schedule.