Skip to main content
PATCH
/
data
/
projects
/
{projectId}
/
queries
/
{queryId}
/
path
Update Query Path
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"
}
'

Authorizations

Authorization
string
header
required

Use the Authorization header with the value 'Bearer ' to authenticate. Partner API Keys have full access; Project API Keys are limited to their project scope. Learn more: https://docs.peaka.com/api-reference/authentication

Path Parameters

projectId
string
required
queryId
string
required

Body

application/json

Path Request

path
string

The path to place this query in (e.g. "/analytics/dashboards").

Response

200

Path updated