v1

latestOpenAPI 3.0.22026-07-17373198641.7 KB
project
v1

post/api/v1/project/projects/{id}/locate_items/

Path parameters

idstring required

A unique integer value identifying this project.

Request body

items_to_locatestring[] required
project_idinteger required
delete_existingboolean
search_instring[]
selected_tagsstring[]

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

task_idstring uuid required

Example response

{
  "task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}