curl --request PATCH \
--url https://partner.peaka.studio/api/v1/data/projects/{projectId}/queries/{queryId}/path \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"path": "/reports/monthly"
}
'Moves a query to the specified folder path. The path is resolved by the backend service.
curl --request PATCH \
--url https://partner.peaka.studio/api/v1/data/projects/{projectId}/queries/{queryId}/path \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"path": "/reports/monthly"
}
'

Use the Authorization header with the value 'Bearer
Path Request
The path to place this query in (e.g. "/analytics/dashboards").
Path updated