put https://$DOMAIN/autoql/management/api/v1/projects/
Update project information by project id
- Requires AutoQL JWT
Log in to see full request history
Responses
Update project information by project id
xxxxxxxxxx
curl --request PUT \
--url 'https:///$DOMAIN/autoql/management/api/v1/projects/project_id' \
--header 'accept: application/json' \
--header 'content-type: */*' \
--data '{"query_timeout_seconds":10}'
Try It!
to start a request and see the response here! Or choose an example: