create_issue
Last updated
Last updated
imerit_ango.sdk.SDK.
Opens an issue to the specified task, with given content on the given position.
task_id: string
ID of the task to be assigned. Task IDs can be obtained and from .
Example: '0000000aa0a00a0000aaaa0a'
content: string
The text content of the issue.
Example: 'The bounding box here should reach the edges.'
position: List[integer]
Position, in pixel, of where the issue should be placed on the image asset.
Example: [25, 15]
Returns:
output: dict
,