v1
latestOpenAPI 3.0.22026-07-17373198641.7 KBproject
v1
post/api/v1/project/projects/{id}/locate_items/
Path parameters
idstring required
A unique integer value identifying this project.
Request body
Example request
{
"search_in": [
"search_in",
"search_in"
],
"delete_existing": true,
"project_id": 0,
"selected_tags": [
"selected_tags",
"selected_tags"
],
"items_to_locate": [
"items_to_locate",
"items_to_locate"
]
}Response
Example response
{
"task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}