apify-docs icon indicating copy to clipboard operation
apify-docs copied to clipboard

fix: correct properties for TaskUpdate

Open mvolfik opened this issue 2 years ago • 2 comments

mvolfik avatar Oct 04 '23 13:10 mvolfik

this one is getting stale, can someone more informed than me review this please? maybe @valekjo?

B4nan avatar Nov 13 '23 13:11 B4nan

The editable properties are:

export const ACTOR_TASK_EDITABLE_FIELDS = ['description', 'input', 'name', 'title', 'options'];

So this is ok, unless we're aiming to make it complete (I'm not sure if we're planning to keep the api docs like this).

valekjo avatar Nov 14 '23 09:11 valekjo

not sure if the openapi specs are more up to date or they need the same fix (https://docs.apify.com/api/v2-new#tag/Actor-tasks/operation/Updatetask)

B4nan avatar Jun 12 '24 08:06 B4nan